Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit b3748ce

Browse files
authored
Merge pull request #3 from TechNobre/dependabot/github_actions/develop/actions/setup-dotnet-2
GitHubActions(deps): Bump actions/setup-dotnet from 1 to 2
2 parents 933d716 + 7e4a28b commit b3748ce

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@main
1717

1818
- name: Setup .NET
19-
uses: actions/setup-dotnet@v1
19+
uses: actions/setup-dotnet@v2
2020
with:
2121
dotnet-version: '6.0.200'
2222

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919

2020
- name: Setup .NET
21-
uses: actions/setup-dotnet@v1
21+
uses: actions/setup-dotnet@v2
2222
with:
2323
dotnet-version: '6.0.200'
2424

.github/workflows/test-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v2
2121

2222
- name: Setup .NET
23-
uses: actions/setup-dotnet@v1
23+
uses: actions/setup-dotnet@v2
2424
with:
2525
dotnet-version: '6.0.200'
2626

0 commit comments

Comments
 (0)