From 0506eb04e7b6678bb5314ce8448a677e702484fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:42:42 +0000 Subject: [PATCH] build(deps): bump the all-dependencies-actions group with 2 updates Bumps the all-dependencies-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 6 to 7 - [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/v6...v7) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies-actions - dependency-name: actions/cache dependency-version: '6' 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 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dependabot-validate.yml b/.github/workflows/dependabot-validate.yml index 089c81f..4a6969d 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@v6 + - uses: actions/checkout@v7 - uses: marocchino/validate-dependabot@v3 id: validate diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a83acba..cc51050 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: BINARY_NAME: fblog CARGO_TERM_COLOR: always steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 a32a1ed..45fcd91 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -11,10 +11,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Cache folders - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry