| commit | 4a851418acb026f4c1ccde05a04e58017429ceac | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Jan 31 21:54:55 2023 -0800 |
| committer | GitHub <noreply@github.com> | Tue Jan 31 21:54:55 2023 -0800 |
| tree | 120979ef0472d5d2ee92911655d3b5c4d2faeabe | |
| parent | 1e06bc994c9e3d98779e6d25b212da9aa7d65986 [diff] |
Bump actions/checkout from 3.2.0 to 3.3.0 (dart-lang/stream_channel#86) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.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/755da8c3cf115ac066823e79a1e1788f8940201b...ac593985615ec2ede58e132d2e21d2b1cbd6127c) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... 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_channel/.github/workflows/test-package.yml b/pkgs/stream_channel/.github/workflows/test-package.yml index 9c93ba9..bdfd06d 100644 --- a/pkgs/stream_channel/.github/workflows/test-package.yml +++ b/pkgs/stream_channel/.github/workflows/test-package.yml
@@ -22,7 +22,7 @@ matrix: sdk: [dev] steps: - - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d with: sdk: ${{ matrix.sdk }} @@ -49,7 +49,7 @@ os: [ubuntu-latest] sdk: [2.14.0, dev] steps: - - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d with: sdk: ${{ matrix.sdk }}