Merge pull request #1079 from Tzahi12345/dependabot/github_actions/dot-github/workflows/actions/cache-4

Bump actions/cache from 3 to 4 in /.github/workflows
This commit is contained in:
Dedy Martadinata S
2024-01-18 18:53:59 +07:00
committed by GitHub

View File

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