From fc3f01b52027c55c543fd256760c2475e5f9726f Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 04:42:26 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.2 --- .github/workflows/head-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/head-build.yml b/.github/workflows/head-build.yml index 62de3de..86f46bd 100644 --- a/.github/workflows/head-build.yml +++ b/.github/workflows/head-build.yml @@ -44,7 +44,7 @@ jobs: - prebuild-env steps: - name: Check out repository code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Load Secrets from Vault uses: rancher-eio/read-vault-secrets@main