From 0e417300dd4dc36dd585c84196bfb5aef4bb6ea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 14:23:59 +0000 Subject: [PATCH] build(deps): bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [Swatinem/rust-cache](https://github.com/swatinem/rust-cache). 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) Updates `Swatinem/rust-cache` from 2.8.0 to 2.8.1 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Swatinem/rust-cache dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/test-slim.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-slim.yml b/.github/workflows/test-slim.yml index 8495751..941b87b 100644 --- a/.github/workflows/test-slim.yml +++ b/.github/workflows/test-slim.yml @@ -23,7 +23,7 @@ jobs: os: [ubuntu-latest, windows-latest, macos-latest] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: "recursive" @@ -44,7 +44,7 @@ jobs: version: latest - name: Setup rust cache - uses: Swatinem/rust-cache@v2.8.0 + uses: Swatinem/rust-cache@v2.8.1 with: shared-key: " ${{ matrix.os }}-test-slim" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c31746e..fd3b1b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: os: [ubuntu-latest, windows-latest, macos-latest] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: "recursive" @@ -43,7 +43,7 @@ jobs: version: latest - name: Setup rust cache - uses: Swatinem/rust-cache@v2.8.0 + uses: Swatinem/rust-cache@v2.8.1 with: shared-key: " ${{ matrix.os }}-test"