From 69872890bd0ac8a178ebff864f810525df7bd07d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 11:47:40 +0000 Subject: [PATCH] chore(deps): bump actions/cache in the github-actions group Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.3.0 to 6.1.0 - [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/0057852bfaa89a56745cba8c7296529d2fc39830...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/contracts-nightly.yml | 2 +- .github/workflows/contracts.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/contracts-nightly.yml b/.github/workflows/contracts-nightly.yml index 835f69824..311dbc55f 100644 --- a/.github/workflows/contracts-nightly.yml +++ b/.github/workflows/contracts-nightly.yml @@ -39,7 +39,7 @@ jobs: # lineage: the ci profile compiles with the optimizer on, so its artifacts # never mix with the optimizer-off `test` profile caches. - name: Cache Foundry build - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | packages/contracts/.generated/foundry/cache diff --git a/.github/workflows/contracts.yml b/.github/workflows/contracts.yml index 591fe7336..c0b902487 100644 --- a/.github/workflows/contracts.yml +++ b/.github/workflows/contracts.yml @@ -66,7 +66,7 @@ jobs: # subdirectories (out/test and out/production) because the required gate # below compiles both. - name: Cache Foundry build - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | packages/contracts/.generated/foundry/cache @@ -113,7 +113,7 @@ jobs: uses: ./.github/actions/setup-js - name: Cache Foundry build - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | packages/contracts/.generated/foundry/cache @@ -308,7 +308,7 @@ jobs: # Also cache Foundry's RPC response cache: fork tests pin block numbers, # so remote chain state is fully reusable across runs. - name: Cache Foundry build - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | packages/contracts/.generated/foundry/cache @@ -412,7 +412,7 @@ jobs: echo "::notice::Arbitrum sequential fork shards blocks: arbitrum=$ARBITRUM_FORK_BLOCK_NUMBER sepolia=$SEPOLIA_FORK_BLOCK_NUMBER ethereum=$ETHEREUM_FORK_BLOCK_NUMBER" - name: Cache Foundry build - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | packages/contracts/.generated/foundry/cache