Skip to content

Commit 869a184

Browse files
chore(deps): bump actions/cache from 3 to 4 (#1156)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4555503 commit 869a184

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/node.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
- uses: ./.github/actions/setup-meteor
156156
if: steps.check-build-and-push.outputs.enable == 'true'
157157
- name: restore node_modules
158-
uses: actions/cache@v3
158+
uses: actions/cache@v4
159159
if: steps.check-build-and-push.outputs.enable == 'true'
160160
with:
161161
path: |
@@ -323,7 +323,7 @@ jobs:
323323
node-version-file: ".node-version"
324324
- name: restore node_modules
325325
if: steps.check-build-and-push.outputs.enable == 'true'
326-
uses: actions/cache@v3
326+
uses: actions/cache@v4
327327
with:
328328
path: |
329329
packages/node_modules
@@ -427,7 +427,7 @@ jobs:
427427
with:
428428
node-version-file: ".node-version"
429429
- name: restore node_modules
430-
uses: actions/cache@v3
430+
uses: actions/cache@v4
431431
with:
432432
path: |
433433
packages/node_modules
@@ -490,7 +490,7 @@ jobs:
490490
with:
491491
node-version: ${{ matrix.node-version }}
492492
- name: restore node_modules
493-
uses: actions/cache@v3
493+
uses: actions/cache@v4
494494
with:
495495
path: |
496496
packages/node_modules
@@ -530,7 +530,7 @@ jobs:
530530
with:
531531
node-version-file: ".node-version"
532532
- name: restore node_modules
533-
uses: actions/cache@v3
533+
uses: actions/cache@v4
534534
with:
535535
path: |
536536
packages/node_modules

.github/workflows/sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version-file: ".node-version"
2828
- uses: ./.github/actions/setup-meteor
2929
- name: restore node_modules
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: |
3333
node_modules

0 commit comments

Comments
 (0)