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.
actions/setup-python
v5
1 parent bf071a0 commit a513987Copy full SHA for a513987
.github/workflows/directory_writer.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v4
10
with:
11
fetch-depth: 0
12
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
13
14
python-version: 3.x
15
- name: Write DIRECTORY.md
.github/workflows/project_euler.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
16
steps:
17
18
19
20
21
- name: Install pytest and pytest-cov
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
33
- name: Install pytest and requests
0 commit comments