We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2064967 + 3a57e66 commit 114e7fdCopy full SHA for 114e7fd
.github/workflows/ansible-lint.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
17
- name: Run ansible-lint
18
uses: ansible/ansible-lint-action@v6
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: macos-12
28
29
30
31
32
- name: Cache Vagrant boxes
33
# Caches that are not accessed within the last week will be evicted
0 commit comments