From 44fcc62f0d22cc286de5c8debdb23b16cc6cae14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:46:55 +0000 Subject: [PATCH] Update actions/checkout action to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy-prod.yml | 2 +- .github/workflows/deploy-test-teardown.yml | 2 +- .github/workflows/deploy-test.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 33d069bb..3d0878c9 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -53,7 +53,7 @@ jobs: url: https://appuio.ch steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup helmfile uses: mamezou-tech/setup-helmfile@v1.2.0 diff --git a/.github/workflows/deploy-test-teardown.yml b/.github/workflows/deploy-test-teardown.yml index 5347e3c2..9199d4e3 100644 --- a/.github/workflows/deploy-test-teardown.yml +++ b/.github/workflows/deploy-test-teardown.yml @@ -20,7 +20,7 @@ jobs: environment: preview steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Authenticate and set context uses: redhat-actions/oc-login@v1 diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 80af133e..bd00b85b 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -18,7 +18,7 @@ jobs: name: preview steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Disable auth for previews in /admin run: yq -i 'del .backend.branch | del .backend.repo | .backend.name="test-repo"' themes/appuio/static/admin/config.yml @@ -55,7 +55,7 @@ jobs: url: https://${{ env.ROUTE_HOST }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup helmfile uses: mamezou-tech/setup-helmfile@v1.2.0