Skip to content

Commit a834c3b

Browse files
Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (#131)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...11bd719) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b459c42 commit a834c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
sdk: [dev]
2323
steps:
24-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2525
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
2626
with:
2727
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)