Skip to content

Commit

Permalink
fix(deps): bump actions/setup-dotnet action to v3.2.0
Browse files Browse the repository at this point in the history
| datasource  | package              | from   | to     |
| ----------- | -------------------- | ------ | ------ |
| github-tags | actions/setup-dotnet | v3.0.3 | v3.2.0 |
  • Loading branch information
renovate-bot committed Aug 4, 2023
1 parent 1cd5fcf commit d491468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
shell: bash
- name: Set up .NET SDK at version specified in .tool-versions.
if: steps.tool-versions.outputs.dotnet-core != ''
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: ${{ steps.tool-versions.outputs.dotnet-core }}
- name: Set up Node.js at version specified in .tool-versions.
Expand Down

0 comments on commit d491468

Please sign in to comment.