Skip to content

Commit f4f49c3

Browse files
authored
Merge pull request #7 from HadrienPatte/renovate/actions-checkout-5.x
Update actions/checkout action to v5.0.1
2 parents 1f42db1 + cfbd627 commit f4f49c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ jobs:
55
yamllint:
66
runs-on: ubuntu-24.04
77
steps:
8-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
99
- run: pip3 install -r requirements.txt
1010
- run: yamllint .
1111

1212
ansible-lint:
1313
runs-on: ubuntu-24.04
1414
steps:
15-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1616
- run: pip3 install -r requirements.txt
1717
- run: ansible-lint playbook.yml

0 commit comments

Comments
 (0)