We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6859b commit 9784928Copy full SHA for 9784928
1 file changed
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
if: github.ref == 'refs/heads/main'
11
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
15
- uses: actions/setup-node@v4
16
with:
@@ -20,7 +20,7 @@ jobs:
20
id: yarn-cache-dir-path
21
run: echo "::set-output name=dir::$(yarn cache dir)"
22
23
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
24
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
25
26
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments