File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Cache PUB_CACHE
22- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
22+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
2323 with :
2424 path : ~/.pub-cache
2525 key : ${{runner.os}}-pub-cache
4848 runs-on : ubuntu-latest
4949 steps :
5050 - name : Cache PUB_CACHE
51- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
51+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
5252 with :
5353 path : ~/.pub-cache
5454 key : ${{runner.os}}-pub-cache
8888 package : ${{ fromJson(needs.define_pkg_list.outputs.packages) }}
8989 steps :
9090 - name : Cache PUB_CACHE
91- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
91+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
9292 with :
9393 path : ~/.pub-cache
9494 key : ${{runner.os}}-pub-cache
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 if : ${{ github.repository_owner == 'dart-lang' }}
2121 steps :
22- - uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
22+ - uses : actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f
2323 with :
2424 days-before-stale : -1
2525 days-before-close : 14
You can’t perform that action at this time.
0 commit comments