Skip to content

Commit 0bf7aff

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
container: fedorapython/fedora-python-tox:latest
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525

2626
- name: Install pre-commit
2727
run: |
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
container: fedorapython/fedora-python-tox:latest
4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343

4444
- name: Install RPM dependencies
4545
run: |
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
container: fedorapython/fedora-python-tox:latest
6464
steps:
65-
- uses: actions/checkout@v5
65+
- uses: actions/checkout@v6
6666

6767
- name: Install RPM dependencies
6868
run: |
@@ -101,7 +101,7 @@ jobs:
101101

102102
steps:
103103

104-
- uses: actions/checkout@v5
104+
- uses: actions/checkout@v6
105105
- name: Set up Python
106106
uses: actions/setup-python@v6
107107
with:

0 commit comments

Comments
 (0)