Skip to content

Commit f42cee8

Browse files
authored
Merge pull request #13 from tokenhost/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 652add5 + 43908bd commit f42cee8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: echo "store_path=$(pnpm store path --silent)" >> "$GITHUB_OUTPUT"
3030

3131
- name: Cache pnpm store
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
with:
3434
path: ${{ steps.pnpm-store.outputs.store_path }}
3535
key: pnpm-store-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
@@ -71,7 +71,7 @@ jobs:
7171
run: echo "store_path=$(pnpm store path --silent)" >> "$GITHUB_OUTPUT"
7272

7373
- name: Cache pnpm store
74-
uses: actions/cache@v4
74+
uses: actions/cache@v5
7575
with:
7676
path: ${{ steps.pnpm-store.outputs.store_path }}
7777
key: pnpm-store-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)