Skip to content

Commit c7d00d8

Browse files
GA fix
1 parent bbf04d0 commit c7d00d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: echo "::set-output name=dir::$(yarn cache dir)"
9797

9898
- name: Cache Yarn
99-
uses: actions/cache@v2
99+
uses: actions/cache@v4
100100
with:
101101
path: ${{ steps.yarn-cache.outputs.dir }}
102102
key: ${{ runner.os }}-node-${{ matrix.node }}-yarn-${{ hashFiles('**/package.json **/yarn.lock') }}

0 commit comments

Comments
 (0)