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.
2 parents d206bfd + b2d47b9 commit a4f1b2aCopy full SHA for a4f1b2a
.github/workflows/python.yml
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
- uses: actions/checkout@v4
33
- name: Set up Python 3.9
34
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
35
with:
36
python-version: "3.9"
37
- name: Install dependencies
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
0 commit comments