diff --git a/.github/workflows/release-nuget.yml b/.github/workflows/release-nuget.yml index 08fe5a663..a46db5acf 100644 --- a/.github/workflows/release-nuget.yml +++ b/.github/workflows/release-nuget.yml @@ -25,7 +25,7 @@ jobs: id: login with: user: ${{ secrets.NUGET_USER }} - - uses: cucumber/action-publish-nuget@f059d15b2dbcd962afc0d29424f4f083177255aa # v1.0.0 + - uses: cucumber/action-publish-nuget@c1fe9167b2165369697c5e3b13fe2cee64e122f8 # v1.1.0 with: nuget-api-key: ${{ steps.login.outputs.NUGET_API_KEY }} working-directory: "dotnet"