Skip to content

Commit 9d899a5

Browse files
renovate[bot]nphilipp
authored andcommitted
chore(deps): update actions/checkout action to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e721ad4 commit 9d899a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
container: fedorapython/fedora-python-tox:latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111

1212
- name: Install base Python dependencies
1313
run: |
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
container: fedorapython/fedora-python-tox:latest
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929

3030
- name: Install RPM dependencies
3131
run: |

0 commit comments

Comments
 (0)