Skip to content

Commit f9032dc

Browse files
authored
Merge pull request #5 from stho32/dependabot/github_actions/actions/setup-dotnet-5
Bump actions/setup-dotnet from 1 to 5
2 parents 43f03f3 + 4f60d05 commit f9032dc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Setup .NET
30-
uses: actions/setup-dotnet@v4
30+
uses: actions/setup-dotnet@v5
3131
with:
3232
dotnet-version: '10.0.x'
3333

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v2
3737
- name: Setup .NET Core
38-
uses: actions/setup-dotnet@v1
38+
uses: actions/setup-dotnet@v5
3939
with:
4040
dotnet-version: ${{ env.DOTNET_VERSION }}
4141

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-latest
1313
steps:
1414
- name: Setup .NET Core
15-
uses: actions/setup-dotnet@v1
15+
uses: actions/setup-dotnet@v5
1616
with:
1717
dotnet-version: 6.0.x
1818

0 commit comments

Comments
 (0)