From 760c96fddbeb63fff9f537aea9fa0c45d6b1a1ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:12:13 +0100 Subject: [PATCH] Bump actions/checkout from 4.2.1 to 4.2.2 (#71) --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f8e7e5c..67db6d5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,7 @@ jobs: tag: ${{ steps.version.outputs.string }} new_image: ${{ github.event_name == 'pull_request' || steps.existing_image.outcome == 'failure' }} steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - name: Target version id: target @@ -51,7 +51,7 @@ jobs: if: ${{ needs.init.outputs.new_image }} environment: ${{ github.event_name != 'pull_request' && 'build' || '' }} steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - name: Login to GitHub Container Registry uses: docker/login-action@v3.3.0