From afb9384c30d2e531307c3e08e8e5a979b3d29b73 Mon Sep 17 00:00:00 2001 From: Anton Oks <2266872+AntonOks@users.noreply.github.com> Date: Sun, 31 Mar 2024 01:42:30 +0100 Subject: [PATCH] test-docker-image.yml: Really change actions/checkout to v4 --- .github/workflows/test-docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-docker-image.yml b/.github/workflows/test-docker-image.yml index 8082579..e2551ea 100644 --- a/.github/workflows/test-docker-image.yml +++ b/.github/workflows/test-docker-image.yml @@ -14,7 +14,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} version: ${{ steps.set-version.outputs.version }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - id: set-version run: | RAKU_VERSION=$(ls -A -d * | egrep '^[0-9]{4}.[0-9]{2}$') @@ -46,7 +46,7 @@ jobs: VERSION: ${{needs.setup.outputs.version}} VARIANT: ${{ matrix.image_base }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build the Docker image run: docker build . --file $VERSION/$VARIANT/Dockerfile --tag ${GITHUB_REPOSITORY,,}:$GITHUB_SHA - name: Test docker image with root