Skip to content

Commit

Permalink
fix: actions v4 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfedr committed May 16, 2024
1 parent f5291d7 commit 370b087
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check update has been run
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
container: hadolint/hadolint:latest-debian
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check hadolint
run: |
Expand All @@ -41,7 +41,7 @@ jobs:
container: mvdan/shfmt:latest-alpine
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check shfmt
run: |
Expand All @@ -58,7 +58,7 @@ jobs:
container: koalaman/shellcheck-alpine:latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check shellcheck
run: |
Expand Down

0 comments on commit 370b087

Please sign in to comment.