From 4012dc979b997aaac800e4fd092652de6c9ff629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 04:02:39 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.0.0 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.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/13aacd865c20de90d75de3b17ebe84f7a17d57d2...3624ceb22c1c5a301c8db4169662070a689d9ea8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/analysis-ci.yaml | 2 +- .github/workflows/build-cd.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/analysis-ci.yaml b/.github/workflows/analysis-ci.yaml index 72b8b6c6..efef616e 100644 --- a/.github/workflows/analysis-ci.yaml +++ b/.github/workflows/analysis-ci.yaml @@ -63,7 +63,7 @@ jobs: - uses: actions/checkout@b56e6a3d768b11aef1d4c73977caf6413c0d74c8 # v3 - name: Cache dependencies - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 id: cache with: path: /opt/hostedtoolcache/flutter diff --git a/.github/workflows/build-cd.yaml b/.github/workflows/build-cd.yaml index 84479c40..352f94e1 100644 --- a/.github/workflows/build-cd.yaml +++ b/.github/workflows/build-cd.yaml @@ -56,7 +56,7 @@ jobs: run: echo "::set-output name=artifact::ios_release_$(git describe --tags)" - name: Cache dependencies - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 id: cache with: path: /Users/runner/hostedtoolcache/flutter @@ -114,7 +114,7 @@ jobs: java-version: 17 - name: Cache dependencies - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 id: cache with: path: /opt/hostedtoolcache/flutter @@ -166,7 +166,7 @@ jobs: run: echo "::set-output name=artifact::macos_release_$(git describe --tags)" - name: Cache dependencies - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 id: cache with: path: /Users/runner/hostedtoolcache/flutter @@ -221,7 +221,7 @@ jobs: run: echo "::set-output name=artifact::windows_release_$(git describe --tags)" - name: Cache dependencies - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 id: cache with: path: /opt/hostedtoolcache/flutter