From fc9551bdbce656e4d06b502221b596ba18fb44e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 11:51:28 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 877d30d8..75d4afaa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: USE_BAZEL_VERSION: ${{ matrix.bazel-version }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Mount Bazel cache uses: actions/cache@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a632e12..7a86e7de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: USE_BAZEL_VERSION: 6.5.0 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Mount Bazel cache uses: actions/cache@v4 with: