Skip to content

Commit b719173

Browse files
Bump actions/checkout from 4.2.0 to 4.2.1 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.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...eef6144) --- 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 8c5dca8 commit b719173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/args.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
sdk: [dev]
3333
steps:
34-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
34+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
3535
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
3636
with:
3737
sdk: ${{ matrix.sdk }}
@@ -57,7 +57,7 @@ jobs:
5757
os: [ubuntu-latest]
5858
sdk: ['3.3', dev]
5959
steps:
60-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
60+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
6161
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
6262
with:
6363
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)