Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit 7d15659

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 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.7 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@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0acd188 commit 7d15659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
sdk: [3.4, dev]
2222
steps:
23-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
23+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2424
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
2525
with:
2626
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)