| commit | d34b480ee12f1ebdc6bd9f4f2ef77588450d4e51 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Mar 02 11:13:45 2022 -0800 |
| committer | GitHub <noreply@github.com> | Wed Mar 02 11:13:45 2022 -0800 |
| tree | 0bcd9aa1c0ee58f0f7054ab12ffa1a14fad436ba | |
| parent | f22b8ebf8339ba9c809dfedad8ee0a434845ca4b [diff] |
Bump actions/checkout from 2 to 3 (dart-lang/test_descriptor#39) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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/v2...v3) --- 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/test_descriptor/.github/workflows/test-package.yml b/pkgs/test_descriptor/.github/workflows/test-package.yml index cecfdde..6c7108d 100644 --- a/pkgs/test_descriptor/.github/workflows/test-package.yml +++ b/pkgs/test_descriptor/.github/workflows/test-package.yml
@@ -22,7 +22,7 @@ matrix: sdk: [dev] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: dart-lang/setup-dart@v1 with: sdk: ${{ matrix.sdk }} @@ -49,7 +49,7 @@ os: [ubuntu-latest] sdk: [2.12.0, dev] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: dart-lang/setup-dart@v1 with: sdk: ${{ matrix.sdk }}