Skip to content

Commit 344336d

Browse files
renovate[bot]ForNeVeR
authored andcommitted
chore(deps): update actions/checkout action to v5
1 parent ee46b31 commit 344336d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-24.04
1919
steps:
2020
- name: Check out the repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Run ansible-lint
2323
uses: ansible/ansible-lint@v25
2424
with:
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-24.04
2929
steps:
3030
- name: Check out the repository
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232

3333
- name: Verify encoding
3434
shell: pwsh
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-24.04
3939
steps:
4040
- name: Check out the repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242

4343
- name: REUSE license check
4444
uses: fsfe/reuse-action@v5

0 commit comments

Comments
 (0)