We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e65a5a commit 2538fc4Copy full SHA for 2538fc4
1 file changed
.github/workflows/main.yml
@@ -32,7 +32,7 @@ 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
- name: Install dependencies
37
run: >
38
dnf install -y
@@ -64,7 +64,7 @@ jobs:
64
10
65
- name: Display Python version
66
run: python3 --version
67
68
69
70
0 commit comments