Skip to content

Commit 95d1dab

Browse files
chore(deps): bump actions/setup-dotnet from 5 to 6
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5 to 6. - [Commits](actions/setup-dotnet@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e1a39ec commit 95d1dab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0
4949

5050
- name: Setup .NET (from global.json)
51-
uses: actions/setup-dotnet@v5
51+
uses: actions/setup-dotnet@v6
5252
with:
5353
global-json-file: global.json
5454

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fetch-depth: 1
5252

5353
- name: Setup .NET (from global.json)
54-
uses: actions/setup-dotnet@v5
54+
uses: actions/setup-dotnet@v6
5555
with:
5656
global-json-file: global.json
5757

0 commit comments

Comments
 (0)