Merge pull request #2449 from Flow-Launcher/dependabot/github_actions/actions/setup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
This commit is contained in:
Jeremy Wu 2023-12-16 17:28:05 +11:00 committed by GitHub
commit e52db047a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x