From b5b3342d70afd5bb60488b0a71e7cd4ccb7af7f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 02:04:12 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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 da0fd65..eb5d5fe 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@v4 # repo checkout + - uses: actions/checkout@v5 # 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 9a4882c..8e8e302 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@v4 + - uses: actions/checkout@v5 - uses: dtolnay/rust-toolchain@stable with: