From 2867867f9dc70237da3adccc59f06cb76803af47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 03:59:25 +0000 Subject: [PATCH] Bump actions/cache from 4.0.2 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.2.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...1bd1e32a3bdc45362d1e726936510720a7c30a57) --- 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..e2691190d91 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: | ./tool/flutter-sdk diff --git a/.github/workflows/daily-dev-bump.yaml b/.github/workflows/daily-dev-bump.yaml index 6dfa38373ab..263ebbfb532 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: | ./tool/flutter-sdk diff --git a/.github/workflows/flutter-prep.yaml b/.github/workflows/flutter-prep.yaml index a42dc98abf3..66a8b583f99 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: | ./tool/flutter-sdk