Skip to content

Commit d03b561

Browse files
Update actions/setup-dotnet action to v5.0.1 (#1480)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 17ddd50 commit d03b561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525
- name: Setup .NET SDK
26-
uses: actions/setup-dotnet@v5.0.0
26+
uses: actions/setup-dotnet@v5.0.1
2727
with:
2828
dotnet-version: 10.0.x
2929
- name: Build "ASP.Net Core API Gateway - 01"

0 commit comments

Comments
 (0)