Skip to content

Commit e795e14

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. - [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 8dcad5b commit e795e14

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v6
1818
- name: Setup .NET
19-
uses: actions/setup-dotnet@v5
19+
uses: actions/setup-dotnet@v6
2020
with:
2121
global-json-file: global.json
2222
- name: Build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git config user.name 'github-actions[bot]'
2525
git config user.email 'github-actions[bot]@users.noreply.github.com'
2626
- name: Setup .NET
27-
uses: actions/setup-dotnet@v5
27+
uses: actions/setup-dotnet@v6
2828
with:
2929
global-json-file: global.json
3030
- name: Build

0 commit comments

Comments
 (0)