From ff209d828cda88d927e43708ba7b5ca032d0afe5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 05:28:35 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/release.yml | 2 +- .github/workflows/verify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb5d5fe..316b8c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: build-github-pages: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 # repo checkout + - uses: actions/checkout@v6 # repo checkout - name: Rust Cache # cache the rust build artefacts uses: Swatinem/rust-cache@v2 - uses: taiki-e/install-action@v2 diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 8e8e302..8c4df10 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -7,7 +7,7 @@ jobs: timeout-minutes: 10 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: dtolnay/rust-toolchain@stable with: