From 00e59e3538df57fbfebf9a0ea68a42cd8c2fb372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 16:26:18 +0200 Subject: [PATCH] chore(deps): bump actions/cache from 3.3.1 to 3.3.2 (#266) --- .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 a11f296b..2cd71ce5 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@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 id: cache with: path: /opt/hostedtoolcache/flutter diff --git a/.github/workflows/build-cd.yaml b/.github/workflows/build-cd.yaml index 12c387a6..28364c2e 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@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 id: cache with: path: /Users/runner/hostedtoolcache/flutter @@ -114,7 +114,7 @@ jobs: java-version: 17 - name: Cache dependencies - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.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@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.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@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 id: cache with: path: /opt/hostedtoolcache/flutter