From 63a9332f84cc23301e562fe93f7b014b16c82e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:16:39 +0000 Subject: [PATCH] Bump actions/cache from 4.0.2 to 4.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.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/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9...2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 18 +++++++++--------- .github/workflows/daily-dev-bump.yaml | 2 +- .github/workflows/flutter-prep.yaml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f3b0e9179a6..b9827226b69 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -29,7 +29,7 @@ jobs: - name: git clone uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Load Cached Flutter SDK - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 with: path: | ./tool/flutter-sdk @@ -52,7 +52,7 @@ jobs: with: ref: "${{ github.event.pull_request.head.sha }}" - name: Load Cached Flutter SDK - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 with: path: | ./tool/flutter-sdk @@ -89,7 +89,7 @@ jobs: - name: git clone uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Load Cached Flutter SDK - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 with: path: | ./tool/flutter-sdk @@ -115,7 +115,7 @@ jobs: - name: git clone uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Load Cached Flutter SDK - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 with: path: | ./tool/flutter-sdk @@ -142,7 +142,7 @@ jobs: - name: git clone uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Load Cached Flutter SDK - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 with: path: | ./tool/flutter-sdk @@ -212,7 +212,7 @@ jobs: - name: git clone uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Load Cached Flutter SDK - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 with: path: | ./tool/flutter-sdk @@ -245,7 +245,7 @@ jobs: - name: git clone uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Load Cached Flutter SDK - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 with: path: | ./tool/flutter-sdk @@ -266,7 +266,7 @@ jobs: - name: git clone uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Load Cached Flutter SDK - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 with: path: | ./tool/flutter-sdk @@ -284,7 +284,7 @@ jobs: - name: git clone uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Load Cached Flutter SDK - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 with: path: | ./tool/flutter-sdk diff --git a/.github/workflows/daily-dev-bump.yaml b/.github/workflows/daily-dev-bump.yaml index 6dfa38373ab..14dbe3df519 100644 --- a/.github/workflows/daily-dev-bump.yaml +++ b/.github/workflows/daily-dev-bump.yaml @@ -43,7 +43,7 @@ jobs: - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 - name: Load Cached Flutter SDK - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 with: path: | ./tool/flutter-sdk diff --git a/.github/workflows/flutter-prep.yaml b/.github/workflows/flutter-prep.yaml index a42dc98abf3..db574c8e228 100644 --- a/.github/workflows/flutter-prep.yaml +++ b/.github/workflows/flutter-prep.yaml @@ -39,7 +39,7 @@ jobs: - name: Load Cached Flutter SDK id: cache-flutter - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 with: path: | ./tool/flutter-sdk