Skip to content

Commit 473904d

Browse files
committed
[CI] Bump setup-dotnet to v5.
1 parent 9296871 commit 473904d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
restore-keys: |
115115
${{ runner.os }}-nuget-
116116
- name: Setup dotnet
117-
uses: actions/setup-dotnet@v4
117+
uses: actions/setup-dotnet@v5
118118
with:
119119
dotnet-version: ${{ matrix.dotnet }}
120120
- name: Build

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
uses: gradle/actions/setup-gradle@v4
118118

119119
- name: Setup dotnet
120-
uses: actions/setup-dotnet@v4
120+
uses: actions/setup-dotnet@v5
121121
with:
122122
dotnet-version: ${{ matrix.dotnet }}
123123

0 commit comments

Comments
 (0)