Skip to content

Commit

Permalink
Update actions/setup-dotnet action to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 29, 2023
1 parent 869c4cc commit 63f37b2
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 63f37b2

Please sign in to comment.