Skip to content

Commit ec5080d

Browse files
Bump the github-actions group with 2 updates (#334)
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [coverallsapp/github-action](https://github.com/coverallsapp/github-action). Updates `actions/checkout` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@eef6144...11bd719) Updates `coverallsapp/github-action` from 2.3.2 to 2.3.4 - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@43f11c4...cfd0633) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3937447 commit ec5080d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
# These are the latest versions of the github actions; dependabot will
2121
# send PRs to keep these up-to-date.
22-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2323
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
2424
with:
2525
sdk: ${{ matrix.sdk }}
@@ -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@43f11c4e058174f808ee9cd63701b6c42fe3f5e3
42+
- uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
4343
if: matrix.sdk == 'dev' && steps.test_with_coverage.outcome == 'success'
4444
with:
4545
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)