Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 4.1.1 to 4.1.2 (#299)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.1.1...v4.1.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 Oct 28, 2024
1 parent 39ed840 commit 576c507
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 @@ -37,7 +37,7 @@ jobs:

# 加载依赖缓存
- name: Load cached dependencies
uses: actions/cache@v4.1.1
uses: actions/cache@v4.1.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.1.1
uses: actions/cache@v4.1.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.1.1
uses: actions/cache@v4.1.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 @@ -50,7 +50,7 @@ jobs:

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

0 comments on commit 576c507

Please sign in to comment.