Skip to content

Commit be75ac3

Browse files
committed
upgrade cache v4
1 parent 5b648ee commit be75ac3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: yarn-cache-dir-path
5151
run: echo "::set-output name=dir::$(yarn cache dir)"
5252

53-
- uses: actions/cache@v2
53+
- uses: actions/cache@v4
5454
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
5555
with:
5656
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)