From ea3191bc39e656688640a1ac7f51acc3c1550439 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:08:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .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 ac4dbaa..32968f9 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@af513c7a016048ae468971c52ed77d9562c7c819 # v1.0.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: docker://quay.io/cilium/image-maker:e55375ca5ccaea76dc15a0666d4f57ccd9ab89de name: Register binfmt from multi-platform builds with: diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 87b9ce2..bafd955 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@af513c7a016048ae468971c52ed77d9562c7c819 # v1.0.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: docker://quay.io/cilium/image-maker:e55375ca5ccaea76dc15a0666d4f57ccd9ab89de name: Run make lint with: