Skip to content

Commit

Permalink
Update action SHA
Browse files Browse the repository at this point in the history
Update the workflow's action SHA to point to a version containing the fix from #470.
  • Loading branch information
martincostello committed Jun 8, 2023
1 parent 3efb15f commit db01082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-dotnet-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
# for the same release channel as the SDK specified in global.json.
- name: Update .NET SDK
id: update-dotnet-sdk
uses: martincostello/update-dotnet-sdk@7bfa64a55911fa2c25b1c23a767f616521ba2b15 # v2.2.1
uses: martincostello/update-dotnet-sdk@3efb15fc3fe5631169db27dae3b3a6cb25eabc7a # v2.2.2
with:
branch-name: ${{ inputs.branch-name }}
channel: ${{ inputs.channel }}
Expand Down

0 comments on commit db01082

Please sign in to comment.