From 3a68743aa024218ebf0365288f0c901ecae4c2ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 00:12:08 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/release-docker.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 3b6665b..c742794 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -22,7 +22,7 @@ jobs: binary-name: scip-clang-arm64-linux runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: bazel-contrib/setup-bazel@0.14.0 with: @@ -54,7 +54,7 @@ jobs: binary-name: scip-clang-arm64-linux runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Prepare run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b312c2..f5b22c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: "📝 Check version" run: | set -euo pipefail @@ -131,7 +131,7 @@ jobs: needs: build-and-upload-artifacts runs-on: "ubuntu-22.04" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: "📝 Create Release" run: | REV="$INPUT_REVISION"