File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed 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@28ca1036281a5e5922ead5184a1bbf96e5fc984e
22+ - uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
2323 with :
2424 # Don't automatically mark inactive issues+PRs as stale.
2525 days-before-stale : -1
Original file line number Diff line number Diff line change 2222 fail-fast : false
2323 steps :
2424 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
25- - uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
25+ - uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
2626 with :
2727 sdk : dev
2828 - id : install
4040 sdk : [dev]
4141 steps :
4242 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
43- - uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
43+ - uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
4444 with :
4545 sdk : ${{ matrix.sdk }}
4646 - id : install
6262 sdk : [3.7.0, dev]
6363 steps :
6464 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
65- - uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
65+ - uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
6666 with :
6767 sdk : ${{ matrix.sdk }}
6868 - id : install
9191 os : [ubuntu-latest]
9292 steps :
9393 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
94- - uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
94+ - uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
9595 with :
9696 sdk : dev
9797 - id : install
You can’t perform that action at this time.
0 commit comments