Skip to content

Commit 684bd9a

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 1f08fe9 commit 684bd9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dart_mcp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- ubuntu-latest
3333
- windows-latest
3434
steps:
35-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
35+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
3636
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
3737
with:
3838
sdk: ${{ matrix.sdk }}

.github/workflows/dart_mcp_server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- ubuntu-latest
3535
- windows-latest
3636
steps:
37-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
37+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
3838
- name: Cache Pub hosted dependencies
3939
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
4040
with:

.github/workflows/mcp_examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
os:
3131
- ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
33+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
3434
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
3535
with:
3636
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)