From 1e694ab639a7733907c65a4bc844c285485797ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 20:44:29 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/build-and-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index e48f31e3..80e63944 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -30,7 +30,7 @@ jobs: matrix: node-version: [20.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: @@ -51,7 +51,7 @@ jobs: run: echo "Creating docker release for version $NEXT_VERSION" - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install cosign if: github.event_name != 'pull_request'