Skip to content

Commit 30329bc

Browse files
authored
Merge pull request #181 from fossa-app/dependabot/github_actions/actions/setup-dotnet-5.0.0
Bump actions/setup-dotnet from 4.3.1 to 5.0.0
2 parents 0c3f7e1 + ba4d6af commit 30329bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v4.3.1
37+
uses: actions/setup-dotnet@v5.0.0
3838
- name: "Dotnet Tool Restore"
3939
run: dotnet tool restore
4040
shell: pwsh

0 commit comments

Comments
 (0)