Skip to content

Commit 5765617

Browse files
Update actions/checkout action to v6
1 parent 67f40c8 commit 5765617

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

0 commit comments

Comments
 (0)