From 04235fb01ba9c464282f9eee5ec1ffb98fbff514 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:40:54 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/deploy-single-docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-single-docker-image.yml b/.github/workflows/deploy-single-docker-image.yml index 63c778b..e57168c 100644 --- a/.github/workflows/deploy-single-docker-image.yml +++ b/.github/workflows/deploy-single-docker-image.yml @@ -78,7 +78,7 @@ jobs: steps: - name: Checkout Dockerfile if: ${{ inputs.force_rebuild == false }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{ github.repository }} path: source @@ -168,7 +168,7 @@ jobs: one_image_tag_long: ${{ steps.extract-one-tag.outputs.tag_long }} steps: - name: Checkout Dockerfile - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{ github.repository }} path: source