Skip to content

Commit 9bcbc19

Browse files
chore(deps): update actions/cache action to v4
1 parent 5dfce7e commit 9bcbc19

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3232
- name: 📦 Setup pnpm cache
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
with:
3535
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
3636
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
5151
- name: 📦 Setup pnpm cache
52-
uses: actions/cache@v3
52+
uses: actions/cache@v4
5353
with:
5454
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
5555
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -88,7 +88,7 @@ jobs:
8888
run: |
8989
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
9090
- name: 📦 Setup pnpm cache
91-
uses: actions/cache@v3
91+
uses: actions/cache@v4
9292
with:
9393
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
9494
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4040
- name: 📦 Setup pnpm cache
41-
uses: actions/cache@v3
41+
uses: actions/cache@v4
4242
with:
4343
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4444
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)