| commit | c2b153273d4dac0110becafec85f06ae74ece00b | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Jan 03 14:19:26 2023 -0800 |
| committer | GitHub <noreply@github.com> | Tue Jan 03 14:19:26 2023 -0800 |
| tree | 54121fc2f38f4b7c9323b35157f8ec553696315b | |
| parent | 8d668a813cba1aa6448f5261cf87bff1ace18f08 [diff] |
Bump actions/checkout from 3.1.0 to 3.2.0 (dart-lang/test_reflective_loader#43) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.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/93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8...755da8c3cf115ac066823e79a1e1788f8940201b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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_reflective_loader/.github/workflows/build.yaml b/pkgs/test_reflective_loader/.github/workflows/build.yaml index 10913c6..6155687 100644 --- a/pkgs/test_reflective_loader/.github/workflows/build.yaml +++ b/pkgs/test_reflective_loader/.github/workflows/build.yaml
@@ -21,7 +21,7 @@ sdk: [dev, stable] steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d with: sdk: ${{ matrix.sdk }}