Skip to content

Commit

Permalink
build(deps): Bump dotnet/nbgv from 0.4.0 to 0.4.1 (#1156)
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Jul 12, 2023
1 parent 449309e commit dced948
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dced948

Please sign in to comment.