Skip to content

Commit 8a80b54

Browse files
authored
Merge pull request #12 from shader-ls/dependabot/github_actions/actions/setup-dotnet-5
Bump actions/setup-dotnet from 3 to 5
2 parents e81c735 + f45635d commit 8a80b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Install the .NET Core workload
3333
- name: Install .NET Core
34-
uses: actions/setup-dotnet@v3
34+
uses: actions/setup-dotnet@v5
3535
with:
3636
dotnet-version: 6.0.x
3737

0 commit comments

Comments
 (0)