From 2afbd57c9db63300f2e3523b04a9dc049f8c26b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 22:36:36 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.2 Signed-off-by: renovate[bot] --- .github/workflows/images.yaml | 2 +- .github/workflows/pr-checks.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 32bf407..8777a0e 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -19,7 +19,7 @@ jobs: fi echo "push=${PUSH}" >> $GITHUB_OUTPUT - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 - uses: docker://quay.io/cilium/image-maker:e55375ca5ccaea76dc15a0666d4f57ccd9ab89de diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index dcd95b2..009301d 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -10,7 +10,7 @@ jobs: name: Run static checks runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: docker://quay.io/cilium/image-maker:e55375ca5ccaea76dc15a0666d4f57ccd9ab89de name: Run make lint with: