From 862d7cbd8023d37f2e82db6f3e518e332630c104 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 13:24:04 +0100 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#128) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/image-build-and-publish.yaml | 2 +- .github/workflows/image-build-review.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image-build-and-publish.yaml b/.github/workflows/image-build-and-publish.yaml index f21c1d9..a7d00af 100644 --- a/.github/workflows/image-build-and-publish.yaml +++ b/.github/workflows/image-build-and-publish.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "[prind] checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "[prind] set up build environment" uses: ./.github/actions/image-build-common - name: "[docker] login" diff --git a/.github/workflows/image-build-review.yaml b/.github/workflows/image-build-review.yaml index 943d870..a170fdf 100644 --- a/.github/workflows/image-build-review.yaml +++ b/.github/workflows/image-build-review.yaml @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "[prind] checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "[prind] set up build environment" uses: ./.github/actions/image-build-common - name: "[prind] build"