Skip to content

Commit 9d7e4ae

Browse files
Merge pull request #1279 from mauroservienti/dependabot/github_actions/actions/setup-dotnet-4.3.0
Bump actions/setup-dotnet from 4.2.0 to 4.3.0
2 parents 94db03f + cff819c commit 9d7e4ae

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@v4.2.0
26+
uses: actions/setup-dotnet@v4.3.0
2727
with:
2828
dotnet-version: 8.0.x
2929
- name: Build "ASP.Net Core API Gateway - 01"

0 commit comments

Comments
 (0)