Skip to content

Commit 2063833

Browse files
chore(deps): bump actions/cache from 3 to 4 (#579)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6278efe commit 2063833

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
echo "STORE_PATH=$(pnpm store path)" >> "$GITHUB_OUTPUT"
2626
- name: Setup pnpm cache
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
3030
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/lint.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
echo "STORE_PATH=$(pnpm store path)" >> "$GITHUB_OUTPUT"
2020
- name: Setup pnpm cache
21-
uses: actions/cache@v3
21+
uses: actions/cache@v4
2222
with:
2323
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
2424
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
echo "STORE_PATH=$(pnpm store path)" >> "$GITHUB_OUTPUT"
4242
- name: Setup pnpm cache
43-
uses: actions/cache@v3
43+
uses: actions/cache@v4
4444
with:
4545
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4646
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)