Skip to content

Commit 8fe6bf7

Browse files
committed
👷 Update actions/cache GitHub Action to Version v5
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent d3cd8b5 commit 8fe6bf7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: echo "dir=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
3131

3232
- name: Restore pnpm cache
33-
uses: actions/cache@v4
33+
uses: actions/cache@v5
3434
id: pnpm-cache
3535
with:
3636
path: ${{ steps.pnpm-cache-dir-path.outputs.dir }}

.github/workflows/test-contracts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "dir=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
3434

3535
- name: Restore pnpm cache
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
id: pnpm-cache
3838
with:
3939
path: ${{ steps.pnpm-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)