Skip to content

Commit 910720a

Browse files
Bump actions/checkout from 5 to 6 in the all-github-actions group
Bumps the all-github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a804d6e commit 910720a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
if: ${{ github.repository == 'flutter/flutter' }}
2121
steps:
22-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
22+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2323
- name: ./bin/flutter test --coverage
2424
run: pushd packages/flutter;../../bin/flutter test --coverage -j 1;popd
2525
- name: upload coverage

.github/workflows/easy-cp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
echo "COMMIT_SHA=$(echo ${{ github.event.pull_request.merge_commit_sha }})" >> $GITHUB_ENV
4848
- name: Checkout Flutter Repo
49-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
49+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
5050
with:
5151
repository: flutteractionsbot/flutter
5252
path: flutter

0 commit comments

Comments
 (0)