Skip to content

Commit 5ad8949

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 c084846 commit 5ad8949

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnet-shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
repository: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }}
4545
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
4646
- name: Setup .NET
47-
uses: actions/setup-dotnet@v5
47+
uses: actions/setup-dotnet@v6
4848
with:
4949
dotnet-version: '8.0.x'
5050

.github/workflows/publish-shared-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
pwsh -NoLogo -NoProfile -File tools/Assert-PromotionContractAlignment.ps1 -OutputJsonPath tests/results/promotion-contract/publish-shared-alignment.json -StepSummaryPath $env:GITHUB_STEP_SUMMARY
4343
4444
- name: Setup .NET
45-
uses: actions/setup-dotnet@v5
45+
uses: actions/setup-dotnet@v6
4646
with:
4747
dotnet-version: '8.0.x'
4848

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
fi
182182
183183
- name: Setup .NET 8
184-
uses: actions/setup-dotnet@v5
184+
uses: actions/setup-dotnet@v6
185185
with:
186186
dotnet-version: '8.0.x'
187187

0 commit comments

Comments
 (0)