From 40e876a44b096ca79726113b043f4a8aed6f289a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:17:43 +0800 Subject: [PATCH] chore(deps): bump actions/cache from 4.1.0 to 4.1.1 (#232) Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.1. - [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.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 5e83bc0c..8ec4dad6 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.0 + uses: actions/cache@v4.1.1 id: cache with: path: | diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 6abb76e9..484176a2 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.0 + uses: actions/cache@v4.1.1 id: cache with: path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8706bda1..34d6065f 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.0 + uses: actions/cache@v4.1.1 id: cache with: path: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d1a4af11..b006cdcc 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.0 + uses: actions/cache@v4.1.1 id: cache with: path: |