From 370b08795274c97bcbc1ce961b9ba90671e80466 Mon Sep 17 00:00:00 2001 From: Fred Cox Date: Thu, 16 May 2024 15:36:44 +0100 Subject: [PATCH] fix: actions v4 everywhere --- .github/workflows/release-image.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-image.yml b/.github/workflows/release-image.yml index ab2c285..fc5d8f6 100644 --- a/.github/workflows/release-image.yml +++ b/.github/workflows/release-image.yml @@ -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: | @@ -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: | @@ -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: | @@ -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: |