Skip to content

Commit 7f0ce81

Browse files
committed
chore(ci): upgrade setup-dotnet action to v5 in dotnet-release and dotnet-test workflows
1 parent 6d73c73 commit 7f0ce81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
2020
- name: Setup .NET
21-
uses: actions/setup-dotnet@v3
21+
uses: actions/setup-dotnet@v5
2222
with:
2323
dotnet-version: 8.x
2424
- name: Setup dotnet tools

.github/workflows/dotnet-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
github-token: ${{ secrets.GITHUB_TOKEN }}
2525
- name: Setup .NET
26-
uses: actions/setup-dotnet@v3
26+
uses: actions/setup-dotnet@v5
2727
with:
2828
dotnet-version: ${{ matrix.version }}
2929
- name: Setup dotnet tools

0 commit comments

Comments
 (0)