Skip to content

Commit

Permalink
Merge pull request #135 from kolappannathan/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-dotnet-3.2.0

Bump actions/setup-dotnet from 3.0.3 to 3.2.0
  • Loading branch information
kolappannathan authored Jun 1, 2023
2 parents 28e3854 + cdd1285 commit 0e4e023
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@v3.0.3
uses: actions/setup-dotnet@v3.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 @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: 6.0.x
- name: Install dependencies
Expand Down

0 comments on commit 0e4e023

Please sign in to comment.