Merge pull request #3941 from Flow-Launcher/dependabot/github_actions/actions/setup-dotnet-5

Bump actions/setup-dotnet from 4 to 5
This commit is contained in:
Jack Ye 2025-09-04 19:09:32 +08:00 committed by GitHub
commit 7208b72561
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Setup .NET
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
dotnet-version: 9.0.x

View file

@ -29,7 +29,7 @@ jobs:
"**/SolutionAssemblyInfo.cs"
version: ${{ env.FlowVersion }}.${{ env.BUILD_NUMBER }}
- name: Setup .NET
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
dotnet-version: 9.0.x
# cache: true