Fix Github actions version (#638)

This commit is contained in:
Chris Anderson 2025-03-04 10:36:06 -06:00 committed by GitHub
parent 4fe9a25231
commit 1d02605099
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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