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 08704a9 commit cc178d4Copy full SHA for cc178d4
.github/workflows/validate-test-data.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/setup-node@v3
24
with:
25
node-version: '18.x'
26
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
27
28
path: './node_modules'
29
key: ${{ runner.os }}-root-node-modules-${{ hashFiles('./yarn.lock') }}
0 commit comments