Skip to content

Commit 792c189

Browse files
renovate[bot]abompard
authored andcommitted
Update actions/checkout action to v6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 71d867a commit 792c189

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
container: fedorapython/fedora-python-tox:latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- name: Install dependencies
1515
run: |
1616
dnf install -y git tox libffi-devel
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
container: fedorapython/fedora-python-tox:latest
3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
with:
3535
# Needed for diff-cover
3636
fetch-depth: 0
@@ -58,7 +58,7 @@ jobs:
5858
- tests-unit
5959
- tests-misc
6060
steps:
61-
- uses: actions/checkout@v5
61+
- uses: actions/checkout@v6
6262
- name: Set up Python
6363
uses: actions/setup-python@v6
6464
with:

0 commit comments

Comments
 (0)