From 97694d22413ab1981bd346faa22b832ec2b672f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 17:45:15 +0100 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 (#30221) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-please.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index c303539d..9b849916 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -42,7 +42,7 @@ jobs: ref: master - name: Restore cache commit-user-lookup.json - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: z2m/scripts/commit-user-lookup.json key: commit-user-lookup-dummy @@ -67,7 +67,7 @@ jobs: env: GH_TOKEN: ${{secrets.GH_TOKEN}} - name: Save cache commit-user-lookup.json - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 if: always() with: path: z2m/scripts/commit-user-lookup.json