chore(deps): update actions/setup-dotnet action to v5 (#578)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/setup-dotnet](https://redirect.github.com/actions/setup-dotnet)
| action | major | `v4` -> `v5` |

---

### Release Notes

<details>
<summary>actions/setup-dotnet (actions/setup-dotnet)</summary>

###
[`v5`](https://redirect.github.com/actions/setup-dotnet/compare/v4...v5)

[Compare
Source](https://redirect.github.com/actions/setup-dotnet/compare/v4...v5)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Fortunevale/ProjectMakoto).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6W119-->
This commit is contained in:
Lala Sabathil 2025-09-03 15:57:35 +02:00 committed by GitHub
commit d0cafa88af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ jobs:
run: rm -rf ProjectMakotoTest/ run: rm -rf ProjectMakotoTest/
- name: Setup .NET Core SDK - name: Setup .NET Core SDK
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v5
with: with:
dotnet-version: | dotnet-version: |
10.0.100-preview.1.25120.13 10.0.100-preview.1.25120.13

View file

@ -22,7 +22,7 @@ jobs:
known_hosts: ${{ secrets.SSH_KNOWN_HOST }} known_hosts: ${{ secrets.SSH_KNOWN_HOST }}
- name: Setup .NET Core SDK 9.x - name: Setup .NET Core SDK 9.x
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v5
with: with:
dotnet-version: '9.x' dotnet-version: '9.x'

View file

@ -50,7 +50,7 @@ jobs:
known_hosts: ${{ secrets.SSH_KNOWN_HOST }} known_hosts: ${{ secrets.SSH_KNOWN_HOST }}
- name: Setup .NET Core SDK 8.x - name: Setup .NET Core SDK 8.x
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v5
with: with:
dotnet-version: | dotnet-version: |
9.x 9.x