We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d7d85 commit 962de0aCopy full SHA for 962de0a
.github/workflows/docs.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v2
18
19
- name: Set up Python
20
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
21
with:
22
python-version: 3.9 # Change this to your Python version
23
.github/workflows/main.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: actions/checkout@v4
56
57
58
- uses: actions/setup-python@v4
59
60
python-version: 3.9
61
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
0 commit comments