Skip to content

Commit e78242c

Browse files
authored
Merge pull request #26 from JamieMagee/renovate/actions-setup-dotnet-4.x
chore(deps): update actions/setup-dotnet action to v4
2 parents cdd4454 + d758f14 commit e78242c

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
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)