Skip to content

Commit 98d431b

Browse files
authored
Merge pull request #118 from badsyntax/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 3 to 4
2 parents b18c9d3 + b4075a0 commit 98d431b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: 20
2727
- name: Setup dotnet
28-
uses: actions/setup-dotnet@v3
28+
uses: actions/setup-dotnet@v4
2929
with:
3030
dotnet-version: '8.x.x'
3131
- name: Install NPM Packages

0 commit comments

Comments
 (0)