Skip to content

Commit

Permalink
Merge pull request #237 from kolappannathan/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-dotnet-4.2.0
  • Loading branch information
kolappannathan authored Jan 1, 2025
2 parents 07802e4 + b2033a8 commit 08b6e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
restore-keys: |
${{ runner.os }}-nuget-
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v4.1.0
uses: actions/setup-dotnet@v4.2.0
with:
dotnet-version: 6.0.x
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
show-progress: false
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v4.1.0
uses: actions/setup-dotnet@v4.2.0
with:
dotnet-version: 6.0.x
- name: Install dependencies
Expand Down

0 comments on commit 08b6e91

Please sign in to comment.