From c3a9a187dd1e01e506beccdc68ca5c3876f74bed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:32:13 +0100 Subject: [PATCH] chore(deps): update actions/cache action to v4 (#500) --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 55d8b231..3831c65a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache Node Modules if: ${{ matrix.node-version == 16 }} - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | node_modules @@ -54,7 +54,7 @@ jobs: with: node-version: 16 - name: Load Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | node_modules @@ -76,7 +76,7 @@ jobs: node-version: 16 registry-url: https://registry.npmjs.org/ - name: Load Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | node_modules