From 979be4f29827e6f9b4245f500b82f71fe03e2dd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 18:17:15 +0000 Subject: [PATCH] chore(deps): update cucumber/action-publish-nuget action to v1.1.0 --- .github/workflows/release-nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"