From 3a9571778331a7811882f1d97d45b21dbf22bc2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:03:56 +0000 Subject: [PATCH] chore(deps): bump swatinem/rust-cache from 2.9.1 to 2.9.2 Bumps [swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.9.1 to 2.9.2. - [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/c19371144df3bb44fab255c43d04cbc2ab54d1c4...6323deb102c322ba6fcbdcafc7e3dddab59af2b6) --- updated-dependencies: - dependency-name: swatinem/rust-cache dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/jsonrpc.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecf8ca388..f872e5fc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - run: rustup override set $RUST_VERSION shell: bash - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 + uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 with: save-if: ${{ github.ref == 'refs/heads/main' }} cache-bin: false @@ -80,7 +80,7 @@ jobs: show-progress: false persist-credentials: false - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 + uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 with: save-if: ${{ github.ref == 'refs/heads/main' }} cache-bin: false @@ -126,7 +126,7 @@ jobs: shell: bash - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 + uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 with: save-if: ${{ github.ref == 'refs/heads/main' }} cache-bin: false @@ -163,7 +163,7 @@ jobs: persist-credentials: false - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 + uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 with: save-if: ${{ github.ref == 'refs/heads/main' }} cache-bin: false @@ -192,7 +192,7 @@ jobs: persist-credentials: false - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 + uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 with: save-if: ${{ github.ref == 'refs/heads/main' }} cache-bin: false diff --git a/.github/workflows/jsonrpc.yml b/.github/workflows/jsonrpc.yml index 99c57780e..ea180eb03 100644 --- a/.github/workflows/jsonrpc.yml +++ b/.github/workflows/jsonrpc.yml @@ -25,7 +25,7 @@ jobs: with: node-version: 24 - name: Add Rust cache - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 + uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 with: save-if: ${{ github.ref == 'refs/heads/main' }} cache-bin: false