From 280442b6710c03cfa4776d69a14396b29d32c4ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 18:33:24 +0200 Subject: [PATCH] fix(ignore): bump actions/cache from 5 to 6 (#32394) --- .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 10f2a95be..fcccf4882 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@v5 + uses: actions/cache/restore@v6 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@v5 + uses: actions/cache/save@v6 if: always() with: path: z2m/scripts/commit-user-lookup.json