Skip to content

Commit c89bba0

Browse files
authored
Merge pull request #735 from microsoft/dependabot/github_actions/actions/setup-dotnet-5
chore(deps): bump actions/setup-dotnet from 4 to 5
2 parents 699e1a9 + 6206b0f commit c89bba0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
GITHUB_RUN_NUMBER: ${{ github.run_number }}
1818
steps:
1919
- name: Setup .NET
20-
uses: actions/setup-dotnet@v4
20+
uses: actions/setup-dotnet@v5
2121
with:
2222
dotnet-version: 8.0.x
2323

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v4
4343

4444
- name: Setup .NET
45-
uses: actions/setup-dotnet@v4
45+
uses: actions/setup-dotnet@v5
4646
with:
4747
dotnet-version: 8.0.x
4848

.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@v4

0 commit comments

Comments
 (0)