File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
3636 steps :
3737 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3838 - name : Cache Pub hosted dependencies
39- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
39+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
4040 with :
4141 path : " ~/.pub-cache/hosted"
4242 key : " pub-cache-hosted;${{ matrix.flutterSdk }};${{ matrix.os }}"
4343 - name : Cache Pub sdk git dependency
44- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
44+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
4545 with :
4646 path : " ~/.pub-cache/git/sdk-b0838eac58308fc4e6654ca99eda75b30649c08f/"
4747 key : " pub-cache-git;${{ matrix.flutterSdk }};${{ matrix.os }}"
You can’t perform that action at this time.
0 commit comments