Skip to content

Commit 4d3a7bd

Browse files
chore(deps): bump actions/github-script from 7 to 9 in the all group (#246)
Bumps the all group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `actions/github-script` from 7 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c7fd47 commit 4d3a7bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Comment coverage on PR
174174
if: matrix.dart-version == 'stable' && github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false
175-
uses: actions/github-script@v7
175+
uses: actions/github-script@v9
176176
with:
177177
script: |
178178
const coverage = '${{ steps.coverage.outputs.coverage }}';

0 commit comments

Comments
 (0)