-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
449309e
commit dced948
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
git config --global commit.gpgsign true | ||
- name: ⚙️ Setup GIT versioning | ||
uses: dotnet/[email protected].0 | ||
uses: dotnet/[email protected].1 | ||
with: | ||
setAllVars: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
git config --global commit.gpgsign true | ||
- name: ⚙️ Setup GIT versioning | ||
uses: dotnet/[email protected].0 | ||
uses: dotnet/[email protected].1 | ||
with: | ||
setAllVars: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: ⚙️ Setup GIT versioning | ||
uses: dotnet/[email protected].0 | ||
uses: dotnet/[email protected].1 | ||
|
||
- name: ⚙️ Setup dotnet versions | ||
uses: actions/setup-dotnet@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ jobs: | |
git config --global commit.gpgsign true | ||
- name: ⚙️ Setup GIT versioning | ||
uses: dotnet/[email protected].0 | ||
uses: dotnet/[email protected].1 | ||
with: | ||
setAllVars: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ jobs: | |
echo "TERM=xterm" >> $GITHUB_ENV | ||
- name: ⚙️ Setup GIT versioning | ||
uses: dotnet/[email protected].0 | ||
uses: dotnet/[email protected].1 | ||
with: | ||
setAllVars: true | ||
|
||
|