Skip to content

Commit d18e082

Browse files
Bump actions/checkout from 5.0.0 to 6.0.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 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] <[email protected]>
1 parent 65e289b commit d18e082

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tag_from_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: write
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
14+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1515
with:
1616
fetch-depth: 0 # Check out everything to be able to tag.
1717
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
27+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2828
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
55+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
5656
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
5757
with:
5858
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)