diff --git a/.github/workflows/update-dotnet-sdk.yml b/.github/workflows/update-dotnet-sdk.yml index f4b6425a..58c01fee 100644 --- a/.github/workflows/update-dotnet-sdk.yml +++ b/.github/workflows/update-dotnet-sdk.yml @@ -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 }} diff --git a/package-lock.json b/package-lock.json index 85e845fb..f7d78ea0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "update-dotnet-sdk", - "version": "2.2.2", + "version": "2.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "update-dotnet-sdk", - "version": "2.2.2", + "version": "2.2.3", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 9a2ab243..577fba90 100644 --- a/package.json +++ b/package.json @@ -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",