We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/setup-python
v5
1 parent a56f24e commit ffb93adCopy full SHA for ffb93ad
.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