commit | 3b2384afafe1310e5dbdf27b10ffde3d2b2b8c14 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Feb 01 08:33:45 2023 -0800 |
committer | GitHub <noreply@github.com> | Wed Feb 01 08:33:45 2023 -0800 |
tree | e3af52ed3e5a16b06e6c7e0b9f7e8287c3e8f9c6 | |
parent | a4f38888a490e419deb14a7be3d857bf139a091e [diff] |
Bump actions/checkout from 3.2.0 to 3.3.0 (dart-lang/web_socket_channel#252) 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/web_socket_channel/.github/workflows/test-package.yml b/pkgs/web_socket_channel/.github/workflows/test-package.yml index b8918ac..8841ba4 100644 --- a/pkgs/web_socket_channel/.github/workflows/test-package.yml +++ b/pkgs/web_socket_channel/.github/workflows/test-package.yml
@@ -21,7 +21,7 @@ matrix: sdk: [dev] steps: - - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d with: sdk: ${{ matrix.sdk }} @@ -44,7 +44,7 @@ os: [ubuntu-latest] sdk: [2.12.0, dev] steps: - - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d with: sdk: ${{ matrix.sdk }}