Skip to content

Commit c4fcdd9

Browse files
authored
Bump GitHub Actions (#273)
1 parent ca27f73 commit c4fcdd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
python: "3.10"
4747
experimental: false
4848
steps:
49-
- uses: actions/checkout@v2
49+
- uses: actions/checkout@v3
5050
- name: Set up Python ${{ matrix.python }}
51-
uses: actions/setup-python@v2
51+
uses: actions/setup-python@v4
5252
if: "!endsWith(matrix.python, '-dev')"
5353
with:
5454
python-version: ${{ matrix.python }}
5555
- name: Set up Python ${{ matrix.python }} using deadsnakes
56-
uses: deadsnakes/action@v2.1.1
56+
uses: deadsnakes/action@v3.0.0
5757
if: "endsWith(matrix.python, '-dev')"
5858
with:
5959
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)