Skip to content

Commit

Permalink
Merge pull request #136 from pulumiverse/renovate/actions-setup-dotne…
Browse files Browse the repository at this point in the history
…t-4.x

Update actions/setup-dotnet action to v4
  • Loading branch information
ringods committed Dec 9, 2023
2 parents eedf67f + 9d566a8 commit c4530d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/provider-build-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
node-version: ${{ inputs.nodeversion }}
registry-url: https://registry.npmjs.org
- name: Setup DotNet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ inputs.dotnetversion }}
- name: Setup Python
Expand Down

0 comments on commit c4530d2

Please sign in to comment.