Skip to content

Commit 93a34f8

Browse files
chore(deps): update actions/setup-dotnet action to v5 (#26)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d71ff5 commit 93a34f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
lfs: true
3232
fetch-depth: 0
3333
- name: "Install .NET Core SDK"
34-
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
34+
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
3535

3636
- name: "Restore"
3737
run: dotnet restore

0 commit comments

Comments
 (0)