Skip to content

Commit b6b0d3f

Browse files
chore(deps): update actions/setup-dotnet action to v4.3.0
1 parent 0e9d4be commit b6b0d3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci-build.yml

+1-1
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.2.0
25+
uses: actions/setup-dotnet@v4.3.0
2626
with:
2727
dotnet-version: |
2828
6.0.x

Diff for: .github/workflows/release.yml

+1-1
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.2.0
27+
uses: actions/setup-dotnet@v4.3.0
2828
with:
2929
dotnet-version: |
3030
6.0.x

0 commit comments

Comments
 (0)