Skip to content

Commit 971f3c6

Browse files
renovate[bot]abompard
authored andcommitted
Update actions/checkout action to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a562f32 commit 971f3c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 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@v4
12+
- uses: actions/checkout@v5
1313

1414
- name: Install dependencies
1515
run: |
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
container: fedorapython/fedora-python-tox:latest
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434

3535
- name: Install dependencies
3636
run: dnf install -y krb5-devel libgit2-devel
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
container: quay.io/${{ matrix.distro }}
5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454

5555
- name: prepare centos 8
5656
if: ${{ endsWith(matrix.distro, 'centos:stream8') }}
@@ -105,7 +105,7 @@ jobs:
105105

106106
steps:
107107

108-
- uses: actions/checkout@v4
108+
- uses: actions/checkout@v5
109109
- name: Set up Python
110110
uses: actions/setup-python@v6
111111
with:

0 commit comments

Comments
 (0)