Skip to content

Commit 1f6d852

Browse files
Bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group (#63)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...1af3b93) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major 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 4b4b30e commit 1f6d852

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
sdk: [dev]
2424
steps:
25-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
25+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2626
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
2727
with:
2828
sdk: ${{ matrix.sdk }}
@@ -48,7 +48,7 @@ jobs:
4848
os: [ubuntu-latest]
4949
sdk: [3.7, dev]
5050
steps:
51-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
51+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
5252
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
5353
with:
5454
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)