Skip to content

Commit 53e2776

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] <[email protected]>
1 parent e130c69 commit 53e2776

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
@@ -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: 7.0.x
2424
- name: Set up Node.js

.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/[email protected]
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
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828
- name: Setup .NET SDK
29-
uses: actions/setup-dotnet@v4.1.0
29+
uses: actions/setup-dotnet@v4.2.0
3030
with:
3131
dotnet-version: 7.0.x
3232
- name: Set up Node.js

0 commit comments

Comments
 (0)