From 408a3ebfdc86fe512db138ade0242c5c648e509a Mon Sep 17 00:00:00 2001 From: "versionvanguard[bot]" <149176998+versionvanguard[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 09:52:16 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/firebase-hosting-merge.yml | 2 +- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index da4b79d..7510f24 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -19,7 +19,7 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 6b590de..16892f7 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -15,7 +15,7 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: