Skip to content

Commit 9d26326

Browse files
Update actions/setup-dotnet action to v4.3.1 (#65)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent edfdbe4 commit 9d26326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
throw "Environment variable 'CommaSeparatedRavenClusterUrls' not set."
5353
}
5454
- name: Setup .NET SDK
55-
uses: actions/setup-dotnet@v4.0.0
55+
uses: actions/setup-dotnet@v4.3.1
5656
with:
5757
dotnet-version: 8.0.x
5858
- name: Build

0 commit comments

Comments
 (0)