Skip to content

Commit 3a1452c

Browse files
Update actions/checkout action to v6.0.1
1 parent bbc36aa commit 3a1452c

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
15+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1616
- run: pip3 install -r requirements.txt
1717
- run: ansible-lint playbook.yml

0 commit comments

Comments
 (0)