Commit 533c513 1 parent bd4b574 commit 533c513 Copy full SHA for 533c513
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
- run : dart pub global run coverage:test_with_coverage
40
40
if : matrix.sdk == 'dev' && steps.install_pkg_coverage.outcome == 'success'
41
41
id : test_with_coverage
42
- - uses : coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
42
+ - uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b
43
43
if : matrix.sdk == 'dev' && steps.test_with_coverage.outcome == 'success'
44
44
with :
45
45
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
if : ${{ github.repository_owner == 'google' }}
21
21
steps :
22
- - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e
22
+ - uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
23
23
with :
24
24
# Don't automatically mark inactive issues+PRs as stale.
25
25
days-before-stale : -1
You can’t perform that action at this time.
0 commit comments