We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c602158 commit ce51ddcCopy full SHA for ce51ddc
.github/workflows/test.yml
@@ -6,13 +6,13 @@ jobs:
6
name: Test
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
10
11
- name: Get yarn cache directory path
12
id: yarn-cache-dir-path
13
run: echo "::set-output name=dir::$(yarn cache dir)"
14
15
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
16
id: yarn-cache
17
with:
18
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments