Skip to content

Commit dced948

Browse files
build(deps): Bump dotnet/nbgv from 0.4.0 to 0.4.1 (#1156)
Bumps [dotnet/nbgv](https://github.com/dotnet/nbgv) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/dotnet/nbgv/releases) - [Commits](dotnet/nbgv@v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: dotnet/nbgv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 449309e commit dced948

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
git config --global commit.gpgsign true
4444
4545
- name: ⚙️ Setup GIT versioning
46-
uses: dotnet/nbgv@v0.4.0
46+
uses: dotnet/nbgv@v0.4.1
4747
with:
4848
setAllVars: true
4949

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
git config --global commit.gpgsign true
4949
5050
- name: ⚙️ Setup GIT versioning
51-
uses: dotnet/nbgv@v0.4.0
51+
uses: dotnet/nbgv@v0.4.1
5252
with:
5353
setAllVars: true
5454

.github/workflows/release-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: ⚙️ Setup GIT versioning
29-
uses: dotnet/nbgv@v0.4.0
29+
uses: dotnet/nbgv@v0.4.1
3030

3131
- name: ⚙️ Setup dotnet versions
3232
uses: actions/setup-dotnet@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
git config --global commit.gpgsign true
5656
5757
- name: ⚙️ Setup GIT versioning
58-
uses: dotnet/nbgv@v0.4.0
58+
uses: dotnet/nbgv@v0.4.1
5959
with:
6060
setAllVars: true
6161

.github/workflows/verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "TERM=xterm" >> $GITHUB_ENV
5757
5858
- name: ⚙️ Setup GIT versioning
59-
uses: dotnet/nbgv@v0.4.0
59+
uses: dotnet/nbgv@v0.4.1
6060
with:
6161
setAllVars: true
6262

0 commit comments

Comments
 (0)