Skip to content

Commit

Permalink
Merge pull request #1079 from Tzahi12345/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/actions/cache-4

Bump actions/cache from 3 to 4 in /.github/workflows
  • Loading branch information
martadinata666 authored Jan 18, 2024
2 parents 208cd83 + 20bc0a2 commit 58f4313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mocha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit 58f4313

Please sign in to comment.