Skip to content

Commit b619ca0

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
container: fedorapython/fedora-python-tox:latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- name: Install the base dependencies
2020
run: |
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
container: fedorapython/fedora-python-tox:latest
3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040

4141
- name: Install the base dependencies
4242
run: |

0 commit comments

Comments
 (0)