Skip to content

Commit ea2fb2c

Browse files
authored
Merge pull request #620 from Particular/dependabot/github_actions/actions/setup-dotnet-4.3.0
Bump actions/setup-dotnet from 4.2.0 to 4.3.0
2 parents 899d5fa + 7b7cf2c commit ea2fb2c

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
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
fetch-depth: 0
4040
- name: Setup .NET SDK
41-
uses: actions/setup-dotnet@v4.2.0
41+
uses: actions/setup-dotnet@v4.3.0
4242
with:
4343
dotnet-version: 8.0.x
4444
- name: Build

.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
fetch-depth: 0
2020
- name: Setup .NET SDK
21-
uses: actions/setup-dotnet@v4.2.0
21+
uses: actions/setup-dotnet@v4.3.0
2222
with:
2323
dotnet-version: 8.0.x
2424
- name: Build

0 commit comments

Comments
 (0)