Skip to content

Commit 71ae077

Browse files
chore(deps): bump actions/cache from 4.2.0 to 4.2.2 (#556)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.0...v4.2.2) --- updated-dependencies: - dependency-name: actions/cache 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 c78ae3b commit 71ae077

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# 加载依赖缓存
4040
- name: Load cached dependencies
41-
uses: actions/cache@v4.2.0
41+
uses: actions/cache@v4.2.2
4242
id: cache
4343
with:
4444
path: |

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
# 加载依赖缓存
5151
- name: Load cached dependencies
52-
uses: actions/cache@v4.2.0
52+
uses: actions/cache@v4.2.2
5353
id: cache
5454
with:
5555
path: |

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
# 加载依赖缓存
5151
- name: Load cached dependencies
52-
uses: actions/cache@v4.2.0
52+
uses: actions/cache@v4.2.2
5353
id: cache
5454
with:
5555
path: |

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
# 加载依赖缓存
5353
- name: Load cached dependencies
54-
uses: actions/cache@v4.2.0
54+
uses: actions/cache@v4.2.2
5555
id: cache
5656
with:
5757
path: |

0 commit comments

Comments
 (0)