We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d23fd2f + d19ee9c commit 2f85ff1Copy full SHA for 2f85ff1
1 file changed
.github/workflows/main.yml
@@ -44,7 +44,9 @@ jobs:
44
runs-on: ubuntu-latest
45
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
46
steps:
47
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
48
+ with:
49
+ persist-credentials: false
50
- name: Install dependencies
51
run: >
52
dnf install -y
@@ -81,7 +83,9 @@ jobs:
81
83
10
82
84
- name: Display Python version
85
run: python3 --version
86
87
88
89
90
91
0 commit comments