Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 70e6146

Browse files
committed
update test.yml
1 parent 05aec7d commit 70e6146

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
name: Test
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
9-
- uses: borales/actions-yarn@v2.0.0
8+
- uses: actions/checkout@v3
9+
- uses: borales/actions-yarn@v4
1010
with:
1111
cmd: install
12-
- uses: borales/actions-yarn@v2.0.0
12+
- uses: borales/actions-yarn@v4
1313
with:
1414
cmd: test

0 commit comments

Comments
 (0)