Skip to content

Commit 12feb54

Browse files
chore(deps): update actions/setup-dotnet action to v5 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 67e95ba commit 12feb54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

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

2424
- name: Setup .NET 6/7/8
25-
uses: actions/setup-dotnet@v4.3.1
25+
uses: actions/setup-dotnet@v5.0.0
2626
with:
2727
dotnet-version: |
2828
8.0.x

.github/workflows/release.yml

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

2626
- name: Setup .NET 6/7/8
27-
uses: actions/setup-dotnet@v4.3.1
27+
uses: actions/setup-dotnet@v5.0.0
2828
with:
2929
dotnet-version: |
3030
8.0.x

0 commit comments

Comments
 (0)