diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 11c0e27382a..d4110031cd2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,7 +38,7 @@ jobs: - name: git clone uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - name: Load Cached Flutter SDK - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk @@ -61,7 +61,7 @@ jobs: with: ref: "${{ github.event.pull_request.head.sha }}" - name: Load Cached Flutter SDK - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk @@ -99,7 +99,7 @@ jobs: - name: git clone uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - name: Load Cached Flutter SDK - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk @@ -121,7 +121,7 @@ jobs: - name: git clone uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - name: Load Cached Flutter SDK - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk @@ -146,7 +146,7 @@ jobs: - name: git clone uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - name: Load Cached Flutter SDK - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk @@ -173,7 +173,7 @@ jobs: - name: git clone uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - name: Load Cached Flutter SDK - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk @@ -245,7 +245,7 @@ jobs: - name: git clone uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - name: Load Cached Flutter SDK - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk @@ -279,7 +279,7 @@ jobs: - name: git clone uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - name: Load Cached Flutter SDK - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk @@ -304,7 +304,7 @@ jobs: - name: git clone uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Load Cached Flutter SDK - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk @@ -325,7 +325,7 @@ jobs: - name: git clone uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - name: Load Cached Flutter SDK - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk @@ -343,7 +343,7 @@ jobs: - name: git clone uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - name: Load Cached Flutter SDK - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk diff --git a/.github/workflows/daily-dev-bump.yaml b/.github/workflows/daily-dev-bump.yaml index c5551b23e7e..6651469a893 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@a7833574556fa59680c1b7cb190c1735db73ebf0 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk diff --git a/.github/workflows/flutter-prep.yaml b/.github/workflows/flutter-prep.yaml index 2bc75f65436..39cbc7a60fa 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@a7833574556fa59680c1b7cb190c1735db73ebf0 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk