Skip to content

Commit 8213547

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

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
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
container: fedorapython/fedora-python-tox:latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313

1414
- name: Install the base dependencies
1515
run: |
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
container: fedorapython/fedora-python-tox:latest
3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535

3636
- name: Install the base dependencies
3737
run: |

0 commit comments

Comments
 (0)