Skip to content

Commit ef2e7e2

Browse files
Bump actions/checkout from 4.1.6 to 4.2.0 (#61)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@a5ac7e5...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29736f2 commit ef2e7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
sdk: [2.17.0, stable, dev]
1919
steps:
20-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
20+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2121
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
2222
with:
2323
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)