Skip to content

Commit 52161bf

Browse files
chore(deps): update actions/cache action to v6
1 parent f85b39e commit 52161bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3232
33-
- uses: actions/cache@v5.0.5
33+
- uses: actions/cache@v6.0.0
3434
name: Setup pnpm cache
3535
with:
3636
path: ${{ env.STORE_PATH }}
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
7070
71-
- uses: actions/cache@v5.0.5
71+
- uses: actions/cache@v6.0.0
7272
name: Setup pnpm cache
7373
with:
7474
path: ${{ env.STORE_PATH }}

0 commit comments

Comments
 (0)