Skip to content

Commit e720f4f

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] <[email protected]>
1 parent c8d0df9 commit e720f4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Setup .NET Core
18-
uses: actions/setup-dotnet@v2
18+
uses: actions/setup-dotnet@v3
1919
with:
2020
dotnet-version: '6.0.x'
2121
- name: Install dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Required for a specific dotnet version that doesn't come with ubuntu-latest / windows-latest
1616
# Visit bit.ly/2synnZl to see the list of SDKs that are pre-installed with ubuntu-latest / windows-latest
1717
- name: Setup dotnet
18-
uses: actions/setup-dotnet@v2
18+
uses: actions/setup-dotnet@v3
1919
with:
2020
dotnet-version: 6.0.x
2121

0 commit comments

Comments
 (0)