Skip to content

Commit 8f42f4a

Browse files
Merge pull request #252 from kolappannathan/dependabot/github_actions/actions/setup-dotnet-4.3.1
Bump actions/setup-dotnet from 4.3.0 to 4.3.1
2 parents 1247de6 + fb903eb commit 8f42f4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
restore-keys: |
2222
${{ runner.os }}-nuget-
2323
- name: Setup .NET Core SDK
24-
uses: actions/setup-dotnet@v4.3.0
24+
uses: actions/setup-dotnet@v4.3.1
2525
with:
2626
dotnet-version: 6.0.x
2727
- name: Install dependencies

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
show-progress: false
1717
- name: Setup .NET Core SDK
18-
uses: actions/setup-dotnet@v4.3.0
18+
uses: actions/setup-dotnet@v4.3.1
1919
with:
2020
dotnet-version: 6.0.x
2121
- name: Install dependencies

0 commit comments

Comments
 (0)