Skip to content

Commit 1155c1c

Browse files
dependabot[bot]NelsonBN
authored andcommitted
build(deps): bump actions/setup-dotnet from 5.0.1 to 5.1.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e168be commit 1155c1c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

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

2929
- name: "Setup .NET"
30-
uses: actions/setup-dotnet@v5.0.1
30+
uses: actions/setup-dotnet@v5.1.0
3131
with:
3232
global-json-file: 'global.json'
3333

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

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

6969
- name: "Setup .NET"
70-
uses: actions/setup-dotnet@v5.0.1
70+
uses: actions/setup-dotnet@v5.1.0
7171
with:
7272
global-json-file: 'global.json'
7373

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v6.0.1
4141

4242
- name: "Setup .NET"
43-
uses: actions/setup-dotnet@v5.0.1
43+
uses: actions/setup-dotnet@v5.1.0
4444
with:
4545
global-json-file: 'global.json'
4646
dotnet-version: |

.github/workflows/vulnerability-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v6.0.1
2626

2727
- name: "Setup .NET"
28-
uses: actions/setup-dotnet@v5.0.1
28+
uses: actions/setup-dotnet@v5.1.0
2929
with:
3030
global-json-file: 'global.json'
3131

0 commit comments

Comments
 (0)