Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 4.2.0 to 4.2.2 (#556)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Mar 4, 2025
1 parent c78ae3b commit 71ae077
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

# 加载依赖缓存
- name: Load cached dependencies
uses: actions/cache@v4.2.0
uses: actions/cache@v4.2.2
id: cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

# 加载依赖缓存
- name: Load cached dependencies
uses: actions/cache@v4.2.0
uses: actions/cache@v4.2.2
id: cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

# 加载依赖缓存
- name: Load cached dependencies
uses: actions/cache@v4.2.0
uses: actions/cache@v4.2.2
id: cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

# 加载依赖缓存
- name: Load cached dependencies
uses: actions/cache@v4.2.0
uses: actions/cache@v4.2.2
id: cache
with:
path: |
Expand Down

0 comments on commit 71ae077

Please sign in to comment.