Skip to content

Commit eb133f4

Browse files
build(deps): bump actions/cache from 4.2.2 to 4.2.3 (#915)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.2...v4.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4a960f commit eb133f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: ${{ matrix.node-version }}
3030

3131
- name: Load cached dependencies
32-
uses: actions/[email protected].2
32+
uses: actions/[email protected].3
3333
id: cache
3434
with:
3535
path: |
@@ -74,7 +74,7 @@ jobs:
7474
node-version: ${{ matrix.node-version }}
7575

7676
- name: Load cached dependencies
77-
uses: actions/[email protected].2
77+
uses: actions/[email protected].3
7878
id: cache
7979
with:
8080
path: |
@@ -117,7 +117,7 @@ jobs:
117117
node-version: ${{ matrix.node-version }}
118118

119119
- name: Load cached dependencies
120-
uses: actions/[email protected].2
120+
uses: actions/[email protected].3
121121
id: cache
122122
with:
123123
path: |

0 commit comments

Comments
 (0)