Skip to content

Commit 533c513

Browse files
Bump the github-actions group with 2 updates (#339)
Bumps the github-actions group with 2 updates: [coverallsapp/github-action](https://github.com/coverallsapp/github-action) and [actions/stale](https://github.com/actions/stale). Updates `coverallsapp/github-action` from 2.3.4 to 2.3.6 - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@cfd0633...648a8eb) Updates `actions/stale` from 9.0.0 to 9.1.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@28ca103...5bef64f) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd4b574 commit 533c513

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- run: dart pub global run coverage:test_with_coverage
4040
if: matrix.sdk == 'dev' && steps.install_pkg_coverage.outcome == 'success'
4141
id: test_with_coverage
42-
- uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
42+
- uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b
4343
if: matrix.sdk == 'dev' && steps.test_with_coverage.outcome == 'success'
4444
with:
4545
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/no-response.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
if: ${{ github.repository_owner == 'google' }}
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

0 commit comments

Comments
 (0)