Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Bump version to 2.2.3 for the next release.
  • Loading branch information
martincostello committed Jun 8, 2023
1 parent db01082 commit c887aaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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@3efb15fc3fe5631169db27dae3b3a6cb25eabc7a # v2.2.2
uses: martincostello/update-dotnet-sdk@db0108271a0992bee4136ed9062c3e66555d00b0 # v2.2.2
with:
branch-name: ${{ inputs.branch-name }}
channel: ${{ inputs.channel }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "update-dotnet-sdk",
"version": "2.2.2",
"version": "2.2.3",
"private": true,
"description": "A GitHub Action that updates the .NET SDK.",
"main": "lib/main.js",
Expand Down

0 comments on commit c887aaf

Please sign in to comment.