From ef7fa9203a707335abd399ab61d12d87a096a5b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 03:19:19 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.0.0 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.2. - [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...0c45773b623bea8c8e75f6c82b208c3cf94ea4f9) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 72b8b6c..c970bf9 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 id: cache with: path: /opt/hostedtoolcache/flutter diff --git a/.github/workflows/build-cd.yaml b/.github/workflows/build-cd.yaml index 977c3df..5960cd2 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 id: cache with: path: /opt/hostedtoolcache/flutter