Skip to content

Commit

Permalink
Merge pull request #2 from hkviz/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
OliverGrack authored Dec 28, 2023
2 parents 6275557 + 8c05156 commit ce62f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
dependencyFilePath: HKVizMod/ModDependencies.txt

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4

- name: Install dependencies
run: dotnet restore
Expand Down

0 comments on commit ce62f36

Please sign in to comment.