Skip to content

Commit fd5cced

Browse files
build(deps): bump actions/cache from 5.0.1 to 5.0.2 (#1043)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29bdf20 commit fd5cced

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/cache@v5.0.1
32+
uses: actions/cache@v5.0.2
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/cache@v5.0.1
77+
uses: actions/cache@v5.0.2
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/cache@v5.0.1
120+
uses: actions/cache@v5.0.2
121121
id: cache
122122
with:
123123
path: |

0 commit comments

Comments
 (0)