From 20c5cfc38268ebe32da40aa2fb4d67a075ce2b7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 15:19:35 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 Signed-off-by: Renovate Bot --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6ce75f41..c4eeda6b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest if: needs.release-please.outputs.releases_created == 'true' steps: - - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - name: Publish Helm chart uses: stefanprodan/helm-gh-pages@master with: