Skip to content

Commit

Permalink
Merge pull request #143 from AdamOswald/renovate/actions-setup-dotnet…
Browse files Browse the repository at this point in the history
…-3.x

Update actions/setup-dotnet action to v3.2.0
  • Loading branch information
AdamOswald authored Feb 7, 2024
2 parents e393102 + 63f37b2 commit 516f602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup-.net-core-sdk.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.2.0
with:
# Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x
dotnet-version: # optional
Expand Down

0 comments on commit 516f602

Please sign in to comment.