Skip to content

Commit 7745374

Browse files
Update actions/cache action to v5
1 parent 71fcdb0 commit 7745374

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
2121
- uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4
22-
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
22+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
2323
with:
2424
path: "**/node_modules"
2525
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
5353
- uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4
54-
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
54+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
5555
with:
5656
path: "**/node_modules"
5757
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
1717
- uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4
18-
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
18+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
1919
with:
2020
path: "**/node_modules"
2121
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
1818
- uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4
19-
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
19+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
2020
with:
2121
path: "**/node_modules"
2222
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)