We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c58774 commit 74b63e0Copy full SHA for 74b63e0
.github/workflows/main.yml
@@ -34,14 +34,14 @@ jobs:
34
- os: windows-latest
35
python: "3.10"
36
steps:
37
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
38
- name: Set up Python ${{ matrix.python }}
39
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
40
if: "!endsWith(matrix.python, '-dev')"
41
with:
42
python-version: ${{ matrix.python }}
43
- name: Set up Python ${{ matrix.python }} using deadsnakes
44
- uses: deadsnakes/action@v2.1.1
+ uses: deadsnakes/action@v3.0.0
45
if: "endsWith(matrix.python, '-dev')"
46
47
0 commit comments