From 2cd401a294e7cfdab0a8a199e8e52de918e85e79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:39:27 +1000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.0 (#32) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-publish.yml | 2 +- .github/workflows/build-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index 4b7a518..05f2fb7 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -52,7 +52,7 @@ jobs: # Checkout repository # https://github.com/actions/checkout - name: Checkout repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 # Login against a Docker registry except on PR # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 6ca0dcf..dfc81c0 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -47,7 +47,7 @@ jobs: # Checkout repository # https://github.com/actions/checkout - name: Checkout repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 # Build and export image to Docker daemon # https://github.com/docker/build-push-action - name: Build and export to Docker