Skip to content

Commit 02ac125

Browse files
dependabot[bot]linkdotnet
authored andcommitted
build(deps): Bump dotnet/nbgv from 0.4.1 to 0.4.2
Bumps [dotnet/nbgv](https://github.com/dotnet/nbgv) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/dotnet/nbgv/releases) - [Commits](dotnet/nbgv@v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: dotnet/nbgv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d4e35f commit 02ac125

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
8.0.x
5252
5353
- name: ⚙️ Setup GIT versioning
54-
uses: dotnet/[email protected].1
54+
uses: dotnet/[email protected].2
5555
with:
5656
setAllVars: true
5757

@@ -163,7 +163,7 @@ jobs:
163163
path: ${{ env.NUGET_DIRECTORY }}
164164

165165
- name: ⚙️ Setup GIT versioning
166-
uses: dotnet/[email protected].1
166+
uses: dotnet/[email protected].2
167167
with:
168168
setAllVars: true
169169

@@ -211,7 +211,7 @@ jobs:
211211
8.0.x
212212
213213
- name: ⚙️ Setup GIT versioning
214-
uses: dotnet/[email protected].1
214+
uses: dotnet/[email protected].2
215215
with:
216216
setAllVars: true
217217

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
git config --global commit.gpgsign true
5151
5252
- name: ⚙️ Setup GIT versioning
53-
uses: dotnet/[email protected].1
53+
uses: dotnet/[email protected].2
5454
with:
5555
setAllVars: true
5656

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
git config --global commit.gpgsign true
5050
5151
- name: ⚙️ Setup GIT versioning
52-
uses: dotnet/[email protected].1
52+
uses: dotnet/[email protected].2
5353
with:
5454
setAllVars: true
5555

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
git config --global commit.gpgsign true
5050
5151
- name: ⚙️ Setup GIT versioning
52-
uses: dotnet/[email protected].1
52+
uses: dotnet/[email protected].2
5353
with:
5454
setAllVars: true
5555

0 commit comments

Comments
 (0)