Skip to content

Commit 7bbc4cc

Browse files
chore(deps): update actions/setup-dotnet action to v5.2.0
1 parent 261683d commit 7bbc4cc

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
@@ -23,7 +23,7 @@ jobs:
2323
lfs: true
2424

2525
- name: Install .NET
26-
uses: actions/setup-dotnet@v5.1.0
26+
uses: actions/setup-dotnet@v5.2.0
2727
with:
2828
dotnet-version: |
2929
8.0.x

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
lfs: true
2424

2525
- name: Install .NET 6
26-
uses: actions/setup-dotnet@v5.1.0
26+
uses: actions/setup-dotnet@v5.2.0
2727
with:
2828
dotnet-version: |
2929
6.0.x

0 commit comments

Comments
 (0)