Skip to content

Commit 7857165

Browse files
committed
Update setup-dotnet action to v4 in CI workflows
1 parent 4abb457 commit 7857165

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Setup .NET Core
17-
uses: actions/setup-dotnet@v4.3
17+
uses: actions/setup-dotnet@v4
1818
with:
1919
dotnet-version: ${{ matrix.dotnet }}
2020
- name: Install local tools

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
ref: ${{ github.head_ref }}
2020
- name: Setup .NET Core
21-
uses: actions/setup-dotnet@4.3
21+
uses: actions/setup-dotnet@v4
2222
with:
2323
dotnet-version: ${{ matrix.dotnet }}
2424
- name: Restore tools

0 commit comments

Comments
 (0)