We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e65a5a + d52249e commit 455edaeCopy full SHA for 455edae
1 file changed
.github/workflows/main.yml
@@ -32,7 +32,9 @@ jobs:
32
runs-on: ubuntu-latest
33
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
34
steps:
35
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
36
+ with:
37
+ persist-credentials: false
38
- name: Install dependencies
39
run: >
40
dnf install -y
@@ -64,7 +66,9 @@ jobs:
64
66
10
65
67
- name: Display Python version
68
run: python3 --version
69
70
71
72
73
74
0 commit comments