Skip to content

Commit 58f4313

Browse files
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
2 parents 208cd83 + 20bc0a2 commit 58f4313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mocha.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: '${{ matrix.node }}'
2424
- uses: actions/checkout@v4
2525
- name: 'Cache node_modules'
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
with:
2828
path: ~/.npm
2929
key: ${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)