Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 2e0849e

Browse files
Bump actions/checkout from 3.1.0 to 3.3.0 (#118052)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@93ea575...ac59398) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33c71be commit 2e0849e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
if: ${{ github.repository == 'flutter/flutter' }}
2323
steps:
24-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
24+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
2525
- name: ./bin/flutter test --coverage
2626
run: pushd packages/flutter;../../bin/flutter test --coverage -j 1;popd
2727
- name: upload coverage

.github/workflows/scorecards-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: "Checkout code"
26-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
26+
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
2727
with:
2828
persist-credentials: false
2929

0 commit comments

Comments
 (0)