Skip to content

Commit 0bde266

Browse files
chore(deps): update actions/checkout action to v6 (#78)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b0ab46c commit 0bde266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
yamllint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- run: yamllint .
1818

1919
ansible-syntax:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
- name: Prepare Ansible config for tests
2424
run: printf '[defaults]\nroles_path=../' > ansible.cfg
2525
- name: Ansible syntax check

0 commit comments

Comments
 (0)