From 719b83ac7b931d653e10ce620bf93f205194e1a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 17:32:36 +0000 Subject: [PATCH] deps: bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions/setup-dotnet](https://github.com/actions/setup-dotnet) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/setup-dotnet` from 5.4.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v5.4.0...v6.0.0) Updates `softprops/action-gh-release` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 29d1ab8..d09fc24 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -82,7 +82,7 @@ jobs: ref: ${{ needs.prepare.outputs.build_sha }} - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.4.0 + uses: actions/setup-dotnet@v6.0.0 with: dotnet-version: 10.x @@ -119,7 +119,7 @@ jobs: ref: ${{ needs.prepare.outputs.build_sha }} - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.4.0 + uses: actions/setup-dotnet@v6.0.0 with: dotnet-version: 10.x @@ -205,7 +205,7 @@ jobs: Get-ChildItem .\AutoMidiPlayer_*_win-x64_* | Select Name,Length - name: Create or update GitHub Release - uses: softprops/action-gh-release@v3.0.1 + uses: softprops/action-gh-release@v3.0.2 with: tag_name: ${{ needs.prepare.outputs.version }} target_commitish: ${{ needs.prepare.outputs.build_sha }}