Skip to content

Commit b9697e1

Browse files
Update actions/setup-dotnet action to v5.2.0
1 parent 335ecbc commit b9697e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
lfs: true
2222

2323
- name: Setup .NET (With cache)
24-
uses: actions/setup-dotnet@v5.0.1
24+
uses: actions/setup-dotnet@v5.2.0
2525
with:
2626
dotnet-version: |
2727
6.0.x

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
Write-Host "OK: publishing from '$env:REF_NAME'."
4141
4242
- name: Setup .NET (With cache)
43-
uses: actions/setup-dotnet@v5.0.1
43+
uses: actions/setup-dotnet@v5.2.0
4444
with:
4545
dotnet-version: |
4646
6.0.x

0 commit comments

Comments
 (0)