Skip to content

Commit cad400f

Browse files
Bump actions/checkout from 4.2.0 to 4.2.2 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.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] <[email protected]>
1 parent e0df88b commit cad400f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
sdk: [dev]
2626
steps:
27-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
27+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2828
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
2929
with:
3030
sdk: ${{ matrix.sdk }}
@@ -52,7 +52,7 @@ jobs:
5252
sdk: [dev]
5353
shard: [0, 1, 2, 3, 4, 5, 6]
5454
steps:
55-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
55+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5656
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
5757
with:
5858
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)