We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced2854 commit c897d3bCopy full SHA for c897d3b
.github/workflows/dhis2-verify-app.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
node-version: 12.x
25
26
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
27
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
28
29
path: '**/node_modules'
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
id: yarn-cache
48
49
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
76
0 commit comments