Skip to content

Commit be196b0

Browse files
authored
Merge pull request #4 from githubabcs-devops/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 3 to 4
2 parents 7cf4876 + 923feb0 commit be196b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# Setup .NET Core SDK
2828
- name: Setup .NET Core
29-
uses: actions/setup-dotnet@v3
29+
uses: actions/setup-dotnet@v4
3030
with:
3131
dotnet-version: ${{ env.DOTNET_VERSION }}
3232

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
# Setup .NET Core SDK
2929
- name: Setup .NET Core
30-
uses: actions/setup-dotnet@v3
30+
uses: actions/setup-dotnet@v4
3131
with:
3232
dotnet-version: ${{ env.DOTNET_VERSION }}
3333

0 commit comments

Comments
 (0)