We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee46b31 commit 344336dCopy full SHA for 344336d
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-24.04
19
steps:
20
- name: Check out the repository
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
22
- name: Run ansible-lint
23
uses: ansible/ansible-lint@v25
24
with:
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
- name: Verify encoding
34
shell: pwsh
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
- name: REUSE license check
44
uses: fsfe/reuse-action@v5
0 commit comments