Skip to content

Commit 054cd87

Browse files
chore(deps): update actions/setup-dotnet action to v4
1 parent 3e3c2df commit 054cd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
1212

1313
- name: Setup .NET
14-
uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # tag=v2
14+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
1515

1616
- name: Build
1717
run: dotnet build --configuration Release

0 commit comments

Comments
 (0)