Skip to content

Commit

Permalink
Update "uses: actions/checkout@v3" to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoucgitter committed Apr 10, 2024
1 parent 9b2459a commit 772daba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linter-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run Hadolint Action
uses: jbergstroem/[email protected]
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

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

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

0 comments on commit 772daba

Please sign in to comment.