Skip to content

Commit

Permalink
Merge pull request #235 from TNG/renovate/actions-setup-dotnet-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-dotnet action to v4
  • Loading branch information
alexanderlinne authored Mar 22, 2024
2 parents a2daba3 + e51be49 commit 8e4c6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup .NET
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
with:
dotnet-version: 6.0.402
- name: Run tests
Expand Down

0 comments on commit 8e4c6e9

Please sign in to comment.