Skip to content

Commit 9b3bf45

Browse files
authored
Merge pull request #883 from GitCredentialManager/dependabot/github_actions/actions/setup-dotnet-3.0.0
build(deps): bump actions/setup-dotnet from 2 to 3.0.0
2 parents eb67f53 + 0d54aa8 commit 9b3bf45

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works.
2323

2424
- name: Setup .NET
25-
uses: actions/setup-dotnet@v2
25+
uses: actions/setup-dotnet@v3.0.0
2626
with:
2727
dotnet-version: 6.0.201
2828

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works.
2222

2323
- name: Set up dotnet
24-
uses: actions/setup-dotnet@v2
24+
uses: actions/setup-dotnet@v3.0.0
2525
with:
2626
dotnet-version: 6.0.201
2727

@@ -145,7 +145,7 @@ jobs:
145145
fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works.
146146

147147
- name: Set up dotnet
148-
uses: actions/setup-dotnet@v2
148+
uses: actions/setup-dotnet@v3.0.0
149149
with:
150150
dotnet-version: 6.0.201
151151

@@ -259,7 +259,7 @@ jobs:
259259
fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works.
260260

261261
- name: Set up dotnet
262-
uses: actions/setup-dotnet@v2
262+
uses: actions/setup-dotnet@v3.0.0
263263
with:
264264
dotnet-version: 6.0.201
265265

@@ -367,7 +367,7 @@ jobs:
367367
fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works.
368368

369369
- name: Setup .NET
370-
uses: actions/setup-dotnet@v2
370+
uses: actions/setup-dotnet@v3.0.0
371371
with:
372372
dotnet-version: 6.0.201
373373

@@ -515,7 +515,7 @@ jobs:
515515
fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works.
516516

517517
- name: Set up dotnet
518-
uses: actions/setup-dotnet@v2
518+
uses: actions/setup-dotnet@v3.0.0
519519
with:
520520
dotnet-version: 6.0.201
521521

0 commit comments

Comments
 (0)