Skip to content

Commit ef87e19

Browse files
committed
Update GH actions
1 parent 8ba1315 commit ef87e19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
name: Test
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1
9+
- uses: actions/checkout@v4
1010

1111
- name: Get yarn cache directory path
1212
id: yarn-cache-dir-path
1313
run: echo "::set-output name=dir::$(yarn cache dir)"
1414

15-
- uses: actions/cache@v1
15+
- uses: actions/cache@v4
1616
id: yarn-cache
1717
with:
1818
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)