From 715d2e5e78c1f6017372b3dcfd4eb37cb99d80ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 05:02:03 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 in the all-dependencies-actions group Bumps the all-dependencies-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: all-dependencies-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-validate.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/rust.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependabot-validate.yml b/.github/workflows/dependabot-validate.yml index d09d97d..12abd66 100644 --- a/.github/workflows/dependabot-validate.yml +++ b/.github/workflows/dependabot-validate.yml @@ -9,6 +9,6 @@ jobs: validate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: marocchino/validate-dependabot@v3 id: validate diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0958ac9..af3dec8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: BINARY_NAME: fw CARGO_TERM_COLOR: always steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: docker://messense/rust-musl-cross:x86_64-musl with: args: cargo build --release diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7fcb1de..1e7c832 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Cache folders uses: actions/cache@v4