Update cache action to version 3 in data validation workflow

This commit is contained in:
Tetri Mesquita Neto 2025-04-25 15:39:45 -03:00
parent 77f63b0bd5
commit a3819b54fe

View file

@ -17,7 +17,7 @@ jobs:
node-version: 16.x
- name: Cache/Restore node modules
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}