From e7c1c4c267af4c8192d9e405c24589e73a47ce1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 16:29:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20actions/checkout=20acti?= =?UTF-8?q?on=20to=20v4=20(#17)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/images.yml | 2 +- .github/workflows/verify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 2e03290f..71833c5e 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -18,7 +18,7 @@ jobs: packages: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: docker/login-action@v3 diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 3b2dd887..878bc420 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -23,7 +23,7 @@ jobs: working-directory: go/src/github.com/stackitcloud/gardener-extension-shoot-flux steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: path: go/src/github.com/stackitcloud/gardener-extension-shoot-flux - uses: actions/setup-go@v4