Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 50e3f23

Browse files
dependabot[bot]NelsonBN
authored andcommitted
build(deps): bump actions/setup-dotnet from 4.0.1 to 4.1.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.0.1...v4.1.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 d2518fb commit 50e3f23

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/nuget-vulnerabilites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v4.2.2
3030

3131
- name: "Setup .NET"
32-
uses: actions/setup-dotnet@v4.0.1
32+
uses: actions/setup-dotnet@v4.1.0
3333
with:
3434
dotnet-version: ${{ env.SDK_VERSION }}
3535

.github/workflows/publish.yml

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

3030
- name: "Setup .NET"
31-
uses: actions/setup-dotnet@v4.0.1
31+
uses: actions/setup-dotnet@v4.1.0
3232
with:
3333
dotnet-version: ${{ env.SDK_VERSION }}
3434

.github/workflows/sonarcloud-and-mutations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: echo "Stryker branch is '${{ env.STRYKER_BRANCH }}'"
5454

5555
- name: "Setup .NET"
56-
uses: actions/setup-dotnet@v4.0.1
56+
uses: actions/setup-dotnet@v4.1.0
5757
with:
5858
dotnet-version: ${{ env.SDK_VERSION }}
5959

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v4.2.2
3636

3737
- name: "Setup .NET"
38-
uses: actions/setup-dotnet@v4.0.1
38+
uses: actions/setup-dotnet@v4.1.0
3939
with:
4040
dotnet-version: |
4141
${{ env.SDK_VERSION_8 }}

0 commit comments

Comments
 (0)