Skip to content

Commit 2538fc4

Browse files
committed
Increase GitHub Action checkout version to v5
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 5e65a5a commit 2538fc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
- name: Install dependencies
3737
run: >
3838
dnf install -y
@@ -64,7 +64,7 @@ jobs:
6464
10
6565
- name: Display Python version
6666
run: python3 --version
67-
- uses: actions/checkout@v4
67+
- uses: actions/checkout@v5
6868
- name: Install dependencies
6969
run: >
7070
dnf install -y

0 commit comments

Comments
 (0)