Skip to content

Commit 6299f0f

Browse files
Bump dotnet/nbgv from 0.4 to 0.5
Bumps [dotnet/nbgv](https://github.com/dotnet/nbgv) from 0.4 to 0.5. - [Release notes](https://github.com/dotnet/nbgv/releases) - [Commits](dotnet/nbgv@v0.4...v0.5) --- updated-dependencies: - dependency-name: dotnet/nbgv dependency-version: '0.5' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2979aeb commit 6299f0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-mcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cache: npm
2929
cache-dependency-path: mcp/package-lock.json
3030

31-
- uses: dotnet/nbgv@v0.4
31+
- uses: dotnet/nbgv@v0.5
3232
id: nbgv
3333
with:
3434
path: mcp # version the mcp/ subtree (mcp/version.json)

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
global-json-file: global.json
2121

22-
- uses: dotnet/nbgv@v0.4
22+
- uses: dotnet/nbgv@v0.5
2323
id: nbgv
2424

2525
- name: restore signing key

0 commit comments

Comments
 (0)