Skip to content

Commit c46ca58

Browse files
dependabot[bot]msallin
authored andcommitted
Bump actions/setup-dotnet from 5 to 6
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5 to 6. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [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 4b835d0 commit c46ca58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v7
3131

3232
- name: Setup .NET
33-
uses: actions/setup-dotnet@v5
33+
uses: actions/setup-dotnet@v6
3434
with:
3535
# Install the exact SDK pinned in global.json; Dependabot's dotnet-sdk updater keeps it current.
3636
global-json-file: global.json

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v7
1818

1919
- name: Setup .NET
20-
uses: actions/setup-dotnet@v5
20+
uses: actions/setup-dotnet@v6
2121
with:
2222
# Install the exact SDK pinned in global.json; Dependabot's dotnet-sdk updater keeps it current.
2323
global-json-file: global.json

0 commit comments

Comments
 (0)