From 64bf691db14a407e96cb11bf9b6a25b434ebde98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 19:50:49 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42705f6e..0be51706 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4 - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: "**/node_modules" key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4 - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: "**/node_modules" key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0f507635..ad7ecd1c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4 - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: "**/node_modules" key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dab060f1..1df751cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4 - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: "**/node_modules" key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}