We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d31849b + a64d9d0 commit 66969ffCopy full SHA for 66969ff
1 file changed
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ubuntu-latest
33
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
34
steps:
35
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
36
with:
37
persist-credentials: false
38
- name: Install dependencies
@@ -66,7 +66,7 @@ jobs:
66
10
67
- name: Display Python version
68
run: python3 --version
69
70
71
72
0 commit comments