Skip to content

Commit

Permalink
Merge pull request #34 from jas88/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-dotnet-3.2.0

Bump actions/setup-dotnet from 3.1.0 to 3.2.0
  • Loading branch information
jas88 committed May 30, 2023
2 parents b8ef967 + 5aeaaee commit 28df0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "UncommittedChanges: ${{ steps.gitversion.outputs.uncommittedChanges }}"
echo "CommitDate: ${{ steps.gitversion.outputs.commitDate }}"
- name: .Net SDK
uses: actions/setup-dotnet@v3.1.0
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: 6.0.x
- name: Test
Expand Down

0 comments on commit 28df0f6

Please sign in to comment.