bump actions/cache to v4

This commit is contained in:
Kat Marchán 2025-01-01 17:31:19 -08:00
parent 7902581d4c
commit 30f2ef661a
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
node-version: '20.x' node-version: '20.x'
- name: Cache dependencies - name: Cache dependencies
uses: actions/cache@v2 uses: actions/cache@v4
with: with:
path: ~/.npm path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}