Skip to content

Commit

Permalink
Merge pull request #140 from HicServices/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-dotnet-3

Bump actions/setup-dotnet from 2 to 3
  • Loading branch information
jas88 authored Oct 7, 2022
2 parents ae671db + b7f130b commit cd60686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

# Install the .NET Core workload
- name: Install .NET Core
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- uses: actions/cache@v3
Expand Down

0 comments on commit cd60686

Please sign in to comment.