Skip to content

Commit aae8422

Browse files
authored
Merge pull request #146 from VerdantApp/dependabot/github_actions/actions/setup-dotnet-5.1.0
Bump actions/setup-dotnet from 5.0.1 to 5.1.0
2 parents 7214177 + 4fe4e3f commit aae8422

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
lfs: true
3535
fetch-depth: 0
3636
- name: "Install .NET Core SDK"
37-
uses: actions/setup-dotnet@v5.0.1
37+
uses: actions/setup-dotnet@v5.1.0
3838
- name: "Dotnet Tool Restore"
3939
run: dotnet tool restore
4040
shell: pwsh

0 commit comments

Comments
 (0)