Skip to content

Commit ba1bf4d

Browse files
committed
Update CI to v4 actions
1 parent 79b06fd commit ba1bf4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/complete-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/cache@v2
10+
- uses: actions/checkout@v4
11+
- uses: actions/cache@v4
1212
with:
1313
path: '**/node_modules'
1414
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)