Skip to content

Commit cc178d4

Browse files
authored
chore: use actions/cache@v4 (#120)
1 parent 08704a9 commit cc178d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-test-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-node@v3
2424
with:
2525
node-version: '18.x'
26-
- uses: actions/cache@v2
26+
- uses: actions/cache@v4
2727
with:
2828
path: './node_modules'
2929
key: ${{ runner.os }}-root-node-modules-${{ hashFiles('./yarn.lock') }}

0 commit comments

Comments
 (0)