diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f3b0e9179a6..58412e4d281 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 with: path: | ./tool/flutter-sdk diff --git a/.github/workflows/daily-dev-bump.yaml b/.github/workflows/daily-dev-bump.yaml index 6dfa38373ab..ca66fbd526e 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 with: path: | ./tool/flutter-sdk diff --git a/.github/workflows/flutter-prep.yaml b/.github/workflows/flutter-prep.yaml index a42dc98abf3..2829c727d64 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 with: path: | ./tool/flutter-sdk