Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 1f609bb

Browse files
Update actions/setup-dotnet action to v4 (#36)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4cc0f30 commit 1f609bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
show-progress: false
2727

2828
- name: Setup .NET Core
29-
uses: actions/setup-dotnet@v3.2.0
29+
uses: actions/setup-dotnet@v4.0.0
3030
with:
3131
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}
3232

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
show-progress: false
2828

2929
- name: Setup .NET Core
30-
uses: actions/setup-dotnet@v3.2.0
30+
uses: actions/setup-dotnet@v4.0.0
3131
with:
3232
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}
3333

@@ -112,7 +112,7 @@ jobs:
112112
show-progress: false
113113

114114
- name: Setup .NET Core
115-
uses: actions/setup-dotnet@v3.2.0
115+
uses: actions/setup-dotnet@v4.0.0
116116
with:
117117
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}
118118

0 commit comments

Comments
 (0)