Skip to content

Commit 4211a2f

Browse files
authored
Merge pull request #2486 from microsoft/dependabot/github_actions/actions/setup-dotnet-5
chore(deps): bump actions/setup-dotnet from 4 to 5
2 parents c46f965 + 242f2ff commit 4211a2f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
GITHUB_RUN_NUMBER: ${{ github.run_number }}
1515
steps:
1616
- name: Setup .NET
17-
uses: actions/setup-dotnet@v4
17+
uses: actions/setup-dotnet@v5
1818
with:
1919
dotnet-version: 8.x
2020

@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v5
4545

4646
- name: Setup .NET
47-
uses: actions/setup-dotnet@v4
47+
uses: actions/setup-dotnet@v5
4848
with:
4949
dotnet-version: 8.x
5050

@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@v5
6262

6363
- name: Setup .NET
64-
uses: actions/setup-dotnet@v4
64+
uses: actions/setup-dotnet@v5
6565
with:
6666
dotnet-version: 8.x
6767

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v5
2424

2525
- name: Setup .NET
26-
uses: actions/setup-dotnet@v4
26+
uses: actions/setup-dotnet@v5
2727
with:
2828
dotnet-version: 8.0.x
2929

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
distribution: 'adopt'
4141
java-version: 17
4242
- name: Setup .NET
43-
uses: actions/setup-dotnet@v4
43+
uses: actions/setup-dotnet@v5
4444
with:
4545
dotnet-version: 8.0.x
4646
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)