2 parents 53de2db + 65531d8 commit 060049cCopy full SHA for 060049c
1 file changed
.github/workflows/main.yml
@@ -31,7 +31,9 @@ jobs:
31
runs-on: ubuntu-latest
32
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
33
steps:
34
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
35
+ with:
36
+ persist-credentials: false
37
- name: Install dependencies
38
run: >
39
dnf install -y
@@ -63,7 +65,9 @@ jobs:
63
65
10
64
66
- name: Display Python version
67
run: python3 --version
68
69
70
71
72
73
0 commit comments