Skip to content

Commit eab88d4

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/setup-dotnet-5'
2 parents 4da9841 + f36e766 commit eab88d4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

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

2222
- name: Setup .NET
23-
uses: actions/setup-dotnet@v4
23+
uses: actions/setup-dotnet@v5
2424
with:
2525
dotnet-version: ${{ env.DOTNET_VERSION }}
2626

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v5
3131

3232
- name: Setup .NET
33-
uses: actions/setup-dotnet@v4
33+
uses: actions/setup-dotnet@v5
3434
with:
3535
dotnet-version: ${{ env.DOTNET_VERSION }}
3636

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v5
2020

2121
- name: Setup .NET
22-
uses: actions/setup-dotnet@v4
22+
uses: actions/setup-dotnet@v5
2323
with:
2424
dotnet-version: ${{ env.DOTNET_VERSION }}
2525

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v5
2323

2424
- name: Setup .NET
25-
uses: actions/setup-dotnet@v4
25+
uses: actions/setup-dotnet@v5
2626
with:
2727
dotnet-version: ${{ env.DOTNET_VERSION }}
2828

@@ -73,7 +73,7 @@ jobs:
7373
path: ./artifacts
7474

7575
- name: Setup .NET
76-
uses: actions/setup-dotnet@v4
76+
uses: actions/setup-dotnet@v5
7777
with:
7878
dotnet-version: ${{ env.DOTNET_VERSION }}
7979

0 commit comments

Comments
 (0)