Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 76b5de9

Browse files
Bump actions/setup-dotnet from 2 to 3
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 3. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 28b5403 commit 76b5de9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Set up .NET SDK
17-
uses: actions/setup-dotnet@v2
17+
uses: actions/setup-dotnet@v3
1818
with:
1919
dotnet-version: 6.0.x
2020
- name: Build packages

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 10
2323
- name: Set up .NET SDK
24-
uses: actions/setup-dotnet@v2
24+
uses: actions/setup-dotnet@v3
2525
with:
2626
dotnet-version: |
2727
3.1.x

0 commit comments

Comments
 (0)