From 76ea57b73259cd933aec9f4f3ef8fa726ea30aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 18:34:04 +0100 Subject: [PATCH] chore: Bump actions/cache from 3 to 4 (#20870) --- .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 274ccd24..bf221a4d 100644 --- a/.github/workflows/release_please.yml +++ b/.github/workflows/release_please.yml @@ -38,7 +38,7 @@ jobs: ref: master - name: Restore cache commit-user-lookup.json - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: z2m/scripts/commit-user-lookup.json key: commit-user-lookup-dummy @@ -62,7 +62,7 @@ jobs: env: GH_TOKEN: ${{secrets.GH_TOKEN}} - name: Save cache commit-user-lookup.json - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 if: always() with: path: z2m/scripts/commit-user-lookup.json