Skip to content

Commit 114e7fd

Browse files
authored
Merge pull request #2 from dmotte/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 2064967 + 3a57e66 commit 114e7fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ansible-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Run ansible-lint
1818
uses: ansible/ansible-lint-action@v6

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: macos-12
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131

3232
- name: Cache Vagrant boxes
3333
# Caches that are not accessed within the last week will be evicted

0 commit comments

Comments
 (0)