diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a82f49e4e23..94763cb278e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,7 +39,7 @@ jobs: - name: git clone uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Load Cached Flutter SDK - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ./tool/flutter-sdk @@ -62,7 +62,7 @@ jobs: with: ref: "${{ github.event.pull_request.head.sha }}" - name: Load Cached Flutter SDK - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ./tool/flutter-sdk @@ -104,7 +104,7 @@ jobs: - name: git clone uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Load Cached Flutter SDK - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ./tool/flutter-sdk @@ -126,7 +126,7 @@ jobs: - name: git clone uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Load Cached Flutter SDK - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ./tool/flutter-sdk @@ -151,7 +151,7 @@ jobs: - name: git clone uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Load Cached Flutter SDK - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ./tool/flutter-sdk @@ -178,7 +178,7 @@ jobs: - name: git clone uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Load Cached Flutter SDK - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ./tool/flutter-sdk @@ -250,7 +250,7 @@ jobs: - name: git clone uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Load Cached Flutter SDK - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ./tool/flutter-sdk @@ -284,7 +284,7 @@ jobs: - name: git clone uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Load Cached Flutter SDK - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ./tool/flutter-sdk @@ -309,7 +309,7 @@ jobs: - name: git clone uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Load Cached Flutter SDK - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ./tool/flutter-sdk @@ -330,7 +330,7 @@ jobs: - name: git clone uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Load Cached Flutter SDK - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ./tool/flutter-sdk @@ -348,7 +348,7 @@ jobs: - name: git clone uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Load Cached Flutter SDK - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ./tool/flutter-sdk diff --git a/.github/workflows/daily-dev-bump.yaml b/.github/workflows/daily-dev-bump.yaml index 58ea0553b4c..2c6e5fefb90 100644 --- a/.github/workflows/daily-dev-bump.yaml +++ b/.github/workflows/daily-dev-bump.yaml @@ -42,7 +42,7 @@ jobs: ref: master - name: Load Cached Flutter SDK - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ./tool/flutter-sdk diff --git a/.github/workflows/flutter-prep.yaml b/.github/workflows/flutter-prep.yaml index a3c5a2b771b..7520c95112b 100644 --- a/.github/workflows/flutter-prep.yaml +++ b/.github/workflows/flutter-prep.yaml @@ -45,7 +45,7 @@ jobs: - name: Load Cached Flutter SDK id: cache-flutter - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ./tool/flutter-sdk