Skip to content

Commit bf33dc0

Browse files
author
Renovatebot
committed
chore(deps): update actions/setup-dotnet action to v5
1 parent 950a8b7 commit bf33dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
working-directory: src
2222
steps:
2323
- uses: actions/checkout@v5
24-
- uses: actions/setup-dotnet@v4
24+
- uses: actions/setup-dotnet@v5
2525
with:
2626
dotnet-version: 8.x
2727
- name: Build and test
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/download-artifact@v5
4949
with:
5050
name: nuget
51-
- uses: actions/setup-dotnet@v4
51+
- uses: actions/setup-dotnet@v5
5252
with:
5353
dotnet-version: 8.x
5454
- name: Nuget push

0 commit comments

Comments
 (0)