Skip to content

Commit 4920b6e

Browse files
build(deps): bump actions/checkout from 3.3.0 to 3.5.2 (#389)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@ac59398...8e5e7e5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11f068b commit 4920b6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sdk: stable
3636
- run: dart --version
3737

38-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
38+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
3939
- run: dart pub upgrade
4040
working-directory: integration_test
4141

.github/workflows/verify_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
4242
with:
4343
sdk: stable
44-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
44+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
4545
- run: dart --version
4646
- id: pub_get
4747
run: dart pub get

0 commit comments

Comments
 (0)