From 19d71c14972d2d1f1c86c76da2150f25f1d87477 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 02:28:08 +0000 Subject: [PATCH] Update actions/checkout action to v5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci-cd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index bb5e4af..078784d 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -15,7 +15,7 @@ jobs: build-and-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build the project run: | make build @@ -31,7 +31,7 @@ jobs: id-token: write security-events: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Login at GCP Artifact Registry uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@v2.0.5 with: