Skip to content

Commit

Permalink
chore: use actions/cache@v4 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
typotter authored Mar 5, 2025
1 parent 08704a9 commit cc178d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-test-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18.x'
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: './node_modules'
key: ${{ runner.os }}-root-node-modules-${{ hashFiles('./yarn.lock') }}
Expand Down

0 comments on commit cc178d4

Please sign in to comment.