Skip to content

Commit cdf0d02

Browse files
authored
Merge pull request #33 from JamieMagee/renovate/actions-setup-dotnet-5.x
chore(deps): update actions/setup-dotnet action to v5
2 parents f923d46 + f35ba24 commit cdf0d02

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1212

1313
- name: Setup .NET
14-
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
14+
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5
1515

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

0 commit comments

Comments
 (0)