Skip to content

Commit 74b63e0

Browse files
committed
Bump GitHub Actions
1 parent 9c58774 commit 74b63e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
- os: windows-latest
3535
python: "3.10"
3636
steps:
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v3
3838
- name: Set up Python ${{ matrix.python }}
39-
uses: actions/setup-python@v2
39+
uses: actions/setup-python@v4
4040
if: "!endsWith(matrix.python, '-dev')"
4141
with:
4242
python-version: ${{ matrix.python }}
4343
- name: Set up Python ${{ matrix.python }} using deadsnakes
44-
uses: deadsnakes/action@v2.1.1
44+
uses: deadsnakes/action@v3.0.0
4545
if: "endsWith(matrix.python, '-dev')"
4646
with:
4747
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)