Skip to content

Commit 89ba2ab

Browse files
renovate[bot]gridhead
authored andcommitted
Update actions/checkout action to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f25ce0 commit 89ba2ab

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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
container: fedorapython/fedora-python-tox:latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515

1616
- name: Install absolufy and poetry
1717
run: |
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
container: fedorapython/fedora-python-tox:latest
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636

3737
- name: Mark the directory as safe for git
3838
run: git config --global --add safe.directory $PWD

0 commit comments

Comments
 (0)