Skip to content

Commit 74b3d6a

Browse files
authored
Merge pull request #902 from GitCredentialManager/dependabot/github_actions/actions/setup-dotnet-3.0.2
build(deps): bump actions/setup-dotnet from 3.0.1 to 3.0.2
2 parents 89c4883 + 4abff68 commit 74b3d6a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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/[email protected].1
25+
uses: actions/[email protected].2
2626
with:
2727
dotnet-version: 6.0.201
2828

.github/workflows/release.yml

Lines changed: 6 additions & 6 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/[email protected].1
24+
uses: actions/[email protected].2
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/[email protected].1
148+
uses: actions/[email protected].2
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/[email protected].1
262+
uses: actions/[email protected].2
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/[email protected].1
370+
uses: actions/[email protected].2
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/[email protected].1
518+
uses: actions/[email protected].2
519519
with:
520520
dotnet-version: 6.0.201
521521

@@ -610,7 +610,7 @@ jobs:
610610
fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works.
611611

612612
- name: Setup .NET
613-
uses: actions/setup-dotnet@v2
613+
uses: actions/setup-dotnet@v3.0.2
614614
with:
615615
dotnet-version: 6.0.201
616616

0 commit comments

Comments
 (0)