From ed2126ae38cb47a145b42130e47ba03c0e6a72ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:27:01 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5.0.4 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.5. - [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/668228422ae6a00e4ad889ee87cd7109ec5666a7...27d5ce7f107fe9357f9df03efb73ab90386fccae) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/bundle-size.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bundle-size.yml b/.github/workflows/bundle-size.yml index 489a1bc0c..15034b4c8 100644 --- a/.github/workflows/bundle-size.yml +++ b/.github/workflows/bundle-size.yml @@ -47,7 +47,7 @@ jobs: - name: Restore baseline from cache if: github.event_name == 'pull_request' id: cache-restore - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 + uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: apps/explorer/bundle-stats.json key: bundle-stats-explorer-main-latest @@ -75,7 +75,7 @@ jobs: - name: Save bundle stats to cache (main branch) if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 + uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: apps/explorer/bundle-stats.json key: bundle-stats-explorer-main-${{ github.sha }} @@ -89,7 +89,7 @@ jobs: - name: Save bundle stats with stable key (main branch) if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 + uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: apps/explorer/bundle-stats.json key: bundle-stats-explorer-main-latest