| commit | bb460696aee4d97bbb7f365d752fba1ace58c6ea | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Oct 03 07:15:26 2023 -0700 |
| committer | GitHub <noreply@github.com> | Tue Oct 03 07:15:26 2023 -0700 |
| tree | e25adca9a4faa50853afcdeeb225c3f422e61000 | |
| parent | 0415b4bca01fe3d8a24f9ac2f0a25402159b789d [diff] |
Bump actions/checkout from 3.6.0 to 4.1.0 (dart-lang/stream_transform#175) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/f43a0e5ff2bd294095638e18286ca9a3d1956744...8ade135a41bc03ea155e62e844d188df1ea18608) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/pkgs/stream_transform/.github/workflows/test-package.yml b/pkgs/stream_transform/.github/workflows/test-package.yml index b4bd77d..e8d34cf 100644 --- a/pkgs/stream_transform/.github/workflows/test-package.yml +++ b/pkgs/stream_transform/.github/workflows/test-package.yml
@@ -22,7 +22,7 @@ matrix: sdk: [dev] steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1 with: sdk: ${{ matrix.sdk }} @@ -50,7 +50,7 @@ # Bump SDK for Legacy tets when changning min SDK. sdk: [2.18.0, dev] steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1 with: sdk: ${{ matrix.sdk }}