From 9bc503e7a36ec29540f1ded6bcc7ffd8bdac94ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:24:06 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 4 to 6 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 6. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4...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] --- .github/workflows/publish-executable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-executable.yml b/.github/workflows/publish-executable.yml index 93d00c4..5ca371f 100644 --- a/.github/workflows/publish-executable.yml +++ b/.github/workflows/publish-executable.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 # Fetches all history for all tags and branches - name: ⚙️ Setup .NET Environment - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 with: dotnet-version: '8.0.x' # Ensure this matches your project's target framework