From fc067888d26ee2e6d22d6190792b463627b0ba35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:33:33 +0800 Subject: [PATCH] chore(deps): bump actions/cache from 4.1.2 to 4.2.0 (#421) Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.1.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/coverage.yml | 2 +- .github/workflows/e2e.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 248ab8ece..4a5f4304f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -37,7 +37,7 @@ jobs: # 加载依赖缓存 - name: Load cached dependencies - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 id: cache with: path: | diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 3d099588c..f2aae9310 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -49,7 +49,7 @@ jobs: # 加载依赖缓存 - name: Load cached dependencies - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 id: cache with: path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3d3be916..493048126 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: # 加载依赖缓存 - name: Load cached dependencies - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 id: cache with: path: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7e362c178..64be50fbf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: # 加载依赖缓存 - name: Load cached dependencies - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 id: cache with: path: |