Skip to content

Commit dc505d6

Browse files
Update actions/checkout action to v6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6b13813 commit dc505d6

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

1616
- name: Mark the directory as safe for git
1717
run: git config --global --add safe.directory $PWD
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838

39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040
- name: Set up Python
4141
uses: actions/setup-python@v6
4242
with:

0 commit comments

Comments
 (0)