Skip to content

Commit c40d5a7

Browse files
authored
Merge pull request #4 from xraph/dependabot/github_actions/actions/cache-5
build(deps): bump actions/cache from 4 to 5
2 parents 838f34c + 2906dad commit c40d5a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

137137
- name: Cache pnpm
138-
uses: actions/cache@v4
138+
uses: actions/cache@v5
139139
with:
140140
path: ${{ env.STORE_PATH }}
141141
key: ${{ runner.os }}-pnpm-${{ hashFiles('docs/pnpm-lock.yaml') }}

.github/workflows/docs-deploy.yml

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

4646
- name: Cache pnpm
47-
uses: actions/cache@v4
47+
uses: actions/cache@v5
4848
with:
4949
path: ${{ env.STORE_PATH }}
5050
key: ${{ runner.os }}-pnpm-${{ hashFiles('docs/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)