Skip to content

Commit 31a22d5

Browse files
Update actions/setup-dotnet action to v4.3.1
1 parent 40a5cb3 commit 31a22d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
submodules: recursive
2929

3030
- name: Setup .NET Core
31-
uses: actions/[email protected].0
31+
uses: actions/[email protected].1
3232
with:
3333
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}
3434

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
submodules: recursive
3333

3434
- name: Setup .NET Core
35-
uses: actions/[email protected].0
35+
uses: actions/[email protected].1
3636
with:
3737
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}
3838

0 commit comments

Comments
 (0)