Skip to content

Commit cb891aa

Browse files
Update actions/setup-dotnet action to v5.3.0 (#239)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c9f60d7 commit cb891aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/BuildDeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 0
3636

3737
- name: Setup .NET (With cache)
38-
uses: actions/setup-dotnet@v5.2.0
38+
uses: actions/setup-dotnet@v5.3.0
3939
with:
4040
dotnet-version: |
4141
8.0.x

.github/workflows/BuildOnly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232

3333
- name: Setup .NET (With cache)
34-
uses: actions/setup-dotnet@v5.2.0
34+
uses: actions/setup-dotnet@v5.3.0
3535
with:
3636
dotnet-version: |
3737
8.0.x

0 commit comments

Comments
 (0)