From e0e580fc0bf70e3d6543151d8dea4b8377a7900b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 23:12:50 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark-rust.yml | 2 +- .github/workflows/benchmark.yml | 2 +- .github/workflows/ci-aot.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/pack.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/benchmark-rust.yml b/.github/workflows/benchmark-rust.yml index 9d3b825..86f1e5f 100644 --- a/.github/workflows/benchmark-rust.yml +++ b/.github/workflows/benchmark-rust.yml @@ -9,7 +9,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # avoid shallow clone so nbgv can do its work. lfs: true diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 0f97e73..1a65aa3 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -18,7 +18,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # avoid shallow clone so nbgv can do its work. lfs: true diff --git a/.github/workflows/ci-aot.yml b/.github/workflows/ci-aot.yml index 04cf497..09f80db 100644 --- a/.github/workflows/ci-aot.yml +++ b/.github/workflows/ci-aot.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # fetching all diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 549c0a0..12ddda6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # avoid shallow clone so nbgv can do its work. lfs: true diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 5ac2bda..82e0956 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -33,7 +33,7 @@ jobs: doc_version: ${{ steps.nbgv.outputs.SemVer2 }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # avoid shallow clone so nbgv can do its work. lfs: true