We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f16879 commit afddad1Copy full SHA for afddad1
1 file changed
.github/workflows/reusable-unit-test.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
node-version: ${{ inputs.node-version }}
32
node-version-file: ${{ inputs.node-version-file }}
33
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
34
env:
35
cache-name: cache-nodemodules
36
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
@@ -107,7 +107,7 @@ jobs:
107
108
109
110
111
112
113
0 commit comments