Skip to content

Commit 97e9e88

Browse files
build(deps): bump actions/setup-dotnet from 3.0.2 to 3.0.3
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 04631c1 commit 97e9e88

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].2
25+
uses: actions/[email protected].3
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].2
24+
uses: actions/[email protected].3
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].2
148+
uses: actions/[email protected].3
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].2
262+
uses: actions/[email protected].3
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].2
370+
uses: actions/[email protected].3
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].2
518+
uses: actions/[email protected].3
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/[email protected].2
613+
uses: actions/[email protected].3
614614
with:
615615
dotnet-version: 6.0.201
616616

0 commit comments

Comments
 (0)