Skip to content

Commit d68a0b4

Browse files
committed
fix: ci
1 parent 09a142f commit d68a0b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Get yarn cache
2020
id: yarn-cache
2121
run: echo "::set-output name=dir::$(yarn cache dir)"
22-
- uses: actions/cache@v2
22+
- uses: actions/cache@v4
2323
with:
2424
path: ${{ steps.yarn-cache.outputs.dir }}
2525
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -60,7 +60,7 @@ jobs:
6060
node-version: ${{ matrix.node-version }}
6161
- uses: actions/setup-java@v1
6262
with:
63-
java-version: '17'
63+
java-version: "17"
6464
- name: Get yarn cache
6565
id: yarn-cache
6666
run: echo "::set-output name=dir::$(yarn cache dir)"
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
matrix:
7979
node-version: [20]
80-
arch: ['NewArch', 'OldArch']
80+
arch: ["NewArch", "OldArch"]
8181
steps:
8282
- uses: actions/checkout@v2
8383
- uses: actions/setup-node@v1
@@ -86,7 +86,7 @@ jobs:
8686
- name: Get yarn cache
8787
id: yarn-cache
8888
run: echo "::set-output name=dir::$(yarn cache dir)"
89-
- uses: actions/cache@v2
89+
- uses: actions/cache@v4
9090
with:
9191
path: ${{ steps.yarn-cache.outputs.dir }}
9292
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)