chore(deps): update actions/setup-dotnet action to v5
This commit is contained in:
parent
f135826ef4
commit
714f0b6d77
3 changed files with 3 additions and 3 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
known_hosts: ${{ secrets.SSH_KNOWN_HOST }}
|
||||
|
||||
- name: Setup .NET Core SDK 9.x
|
||||
uses: actions/setup-dotnet@v4
|
||||
uses: actions/setup-dotnet@v5
|
||||
with:
|
||||
dotnet-version: '9.x'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue