| commit | 7829ccc527ebe5d69b8b9b9db1aadf9d889fa5d0 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Sep 02 08:46:37 2025 -0700 |
| committer | GitHub <noreply@github.com> | Tue Sep 02 08:46:37 2025 -0700 |
| tree | 92cf0744a10789b2b0e2a2735627171c9ff17fb0 | |
| parent | 075ea9177ccd87d9b90962bcc956c8bf85465970 [diff] |
Bump actions/checkout from 4.2.2 to 5.0.0 (#65) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.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/11bd71901bbe5b1630ceea73d27597364c9af683...08c6903cd8c0fde910a37f88322edcfb5dd907a8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 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/.github/workflows/build.yaml b/.github/workflows/build.yaml index 75d8310..f6e1a54 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml
@@ -17,7 +17,7 @@ matrix: sdk: [2.17.0, stable, dev] steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c with: sdk: ${{ matrix.sdk }}