From eba82b330af6e48dabb5de3b5187e6e844437caf 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:46:54 +0000 Subject: [PATCH] Update actions/checkout action to v4.2.2 --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 183cfb8eb..c42071aa1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: steps: - name : Checkout repository # https://github.com/actions/checkout/releases/tag/v4.1.1 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Go # https://github.com/actions/setup-go/releases/tag/v5.0.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 77bfaa44a..73598440d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: steps: - name : Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # https://github.com/actions/checkout/releases/tag/v4.1.1 - name: Setup Go @@ -66,7 +66,7 @@ jobs: - name : Checkout repository # https://github.com/actions/checkout/releases/tag/v4.1.1 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: package-helm run: ./scripts/package-helm @@ -113,7 +113,7 @@ jobs: steps: - name : Checkout repository # https://github.com/actions/checkout/releases/tag/v4.1.1 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Download the artifacts uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7