Merge pull request #948 from Tzahi12345/dependabot/github_actions/dot-github/workflows/actions/cache-3

Bump actions/cache from 2 to 3 in /.github/workflows
This commit is contained in:
Tzahi12345
2023-05-31 14:31:09 -04:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ jobs:
node-version: '${{ matrix.node }}'
- uses: actions/checkout@v2
- name: 'Cache node_modules'
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}