| commit | 70a76d89e1131fa754278b830a3c57efed355188 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Jun 20 20:14:19 2024 +0000 |
| committer | GitHub <noreply@github.com> | Thu Jun 20 20:14:19 2024 +0000 |
| tree | ede617300fd3244306208561d6e16020a1fc6acb | |
| parent | 4c9f8355d928f14aa81e8bba060b62b1932a489d [diff] |
Bump actions/checkout from 4.1.6 to 4.1.7 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.6 to 4.1.7 - [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/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 488e5fc..8c390ce 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml
@@ -14,7 +14,7 @@ runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30 - name: Install dependencies