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 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Cache PUB_CACHE
22
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
22
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
23
23
with :
24
24
path : ~/.pub-cache
25
25
key : ${{runner.os}}-pub-cache
48
48
runs-on : ubuntu-latest
49
49
steps :
50
50
- name : Cache PUB_CACHE
51
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
51
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
52
52
with :
53
53
path : ~/.pub-cache
54
54
key : ${{runner.os}}-pub-cache
88
88
package : ${{ fromJson(needs.define_pkg_list.outputs.packages) }}
89
89
steps :
90
90
- name : Cache PUB_CACHE
91
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
91
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
92
92
with :
93
93
path : ~/.pub-cache
94
94
key : ${{runner.os}}-pub-cache
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
if : ${{ github.repository_owner == 'dart-lang' }}
21
21
steps :
22
- - uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
22
+ - uses : actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f
23
23
with :
24
24
days-before-stale : -1
25
25
days-before-close : 14
You can’t perform that action at this time.
0 commit comments