From d7d8b9867b51c38dee4f52590d71225c811ca657 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:43:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.0 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 510a56c..32bf407 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 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 bafd955..5288cd3 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-22.04 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: docker://quay.io/cilium/image-maker:e55375ca5ccaea76dc15a0666d4f57ccd9ab89de name: Run make lint with: