Skip to content

Commit 47c70ef

Browse files
authored
Merge pull request #195 from modelcontextprotocol/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 7ca4bf8 + 8df42c3 commit 47c70ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
name: YARD Documentation
3838
steps:
39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040
- uses: ruby/setup-ruby@v1
4141
with:
4242
ruby-version: 3.2 # Specify the oldest supported Ruby version.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
contents: write
3535

3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838
with:
3939
fetch-depth: 0 # Fetch all history for all branches and tags
4040

0 commit comments

Comments
 (0)