Skip to content

Commit 47c3a6c

Browse files
chore(deps): bump actions/checkout from 3 to 4 (#609)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ff5c7a commit 47c3a6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linter-analysis.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Repo
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Run Hadolint Action
1616
uses: jbergstroem/[email protected]
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout Repo
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929

3030
# .shellcheckrc is read from the current dir
3131
- name: Copy Config to Parent Level Directory
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Checkout Repo
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646

4747
# The latest ansible/ansible-lint-action removed the
4848
# ability to specify configs from other dirs

0 commit comments

Comments
 (0)