Skip to content

Commit e5dd81f

Browse files
chore(deps): bump actions/setup-dotnet from 5 to 6 (#9130)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4c1835 commit e5dd81f

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
@@ -182,7 +182,7 @@ jobs:
182182
17
183183
21
184184
25
185-
- uses: actions/setup-dotnet@v5
185+
- uses: actions/setup-dotnet@v6
186186
with:
187187
dotnet-version: '10.0.x'
188188
# Install and configure Rust & Cargo Lambda

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Install .NET 10 SDK
174174
if: contains(fromJSON('["build-x86-1", "build-x86-2", "build-arm64", "other-and-e2e", "cloud-based-tests", "tier1-finch", "tier1-windows-build-1", "tier1-windows-build-3", "tier1-windows-other"]'), matrix.test_suite)
175-
uses: actions/setup-dotnet@v5
175+
uses: actions/setup-dotnet@v6
176176
with:
177177
dotnet-version: '10.0.x'
178178

0 commit comments

Comments
 (0)