From 01efa13bc00ff34dd0d322ef4d35b0f83885aeff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 09:05:20 +0000 Subject: [PATCH] Build(deps): bump actions/cache from 4.3.0 to 5.0.4 Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.4. - [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...668228422ae6a00e4ad889ee87cd7109ec5666a7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/collaboration-webhook-notifications.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/collaboration-webhook-notifications.yml b/.github/workflows/collaboration-webhook-notifications.yml index bd67756..08c657e 100644 --- a/.github/workflows/collaboration-webhook-notifications.yml +++ b/.github/workflows/collaboration-webhook-notifications.yml @@ -59,7 +59,7 @@ jobs: - name: Restore dedupe state (GitHub 10m window) id: dedupe_restore if: steps.config.outputs.configured == 'true' - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: key: ${{ steps.payload.outputs.cache_key }} path: .tmp/mm-dedupe/${{ steps.payload.outputs.dedupe_hash }}/${{ steps.payload.outputs.window_bucket_10m }}/marker.txt @@ -106,7 +106,7 @@ jobs: - name: Save dedupe state cache if: steps.config.outputs.configured == 'true' && steps.suppression.outputs.skip_post == 'false' && steps.post.outcome == 'success' - uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: key: ${{ steps.payload.outputs.cache_key }} path: ${{ steps.dedupe_marker.outputs.marker_path }}