Skip to content

Commit 7ace67f

Browse files
renovate[bot]morewings
authored andcommitted
chore(deps): update actions/cache action to v5
1 parent 267d45d commit 7ace67f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/merge-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4242

4343
- name: Setup pnpm cache
44-
uses: actions/cache@v4
44+
uses: actions/cache@v5
4545
with:
4646
path: ${{ env.STORE_PATH }}
4747
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
5757

5858
- name: Setup pnpm cache
59-
uses: actions/cache@v4
59+
uses: actions/cache@v5
6060
with:
6161
path: ${{ env.STORE_PATH }}
6262
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/pull-request-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4444

4545
- name: Setup pnpm cache
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
with:
4848
path: ${{ env.STORE_PATH }}
4949
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)