Skip to content

Commit

Permalink
Merge pull request #154 from oddstr13/renovate/actions-setup-dotnet-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-dotnet action to v4
  • Loading branch information
oddstr13 authored Dec 13, 2023
2 parents 22b861c + c80ad79 commit 230c435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup .Net
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'

Expand Down

0 comments on commit 230c435

Please sign in to comment.