Skip to content

Commit 17e36d5

Browse files
Bump actions/setup-dotnet from 4.1.0 to 4.2.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0a592e commit 17e36d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
fetch-depth: 0
3838
- name: Setup .NET SDK
39-
uses: actions/setup-dotnet@v4.1.0
39+
uses: actions/setup-dotnet@v4.2.0
4040
with:
4141
dotnet-version: 8.0.x
4242
- name: Build

.github/workflows/nuget-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v4.2.2
1313
- name: Setup .NET SDK
14-
uses: actions/setup-dotnet@v4.1.0
14+
uses: actions/setup-dotnet@v4.2.0
1515
with:
1616
global-json-file: global.json
1717
- name: Restore

.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.1.0
21+
uses: actions/setup-dotnet@v4.2.0
2222
with:
2323
dotnet-version: 8.0.x
2424
- name: Build

0 commit comments

Comments
 (0)