From e518a9e2dc69dd8975d9bef72eeefe44c6ae043e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:10:03 +0000 Subject: [PATCH] Bump Particular/push-octopus-package-action from 1.2.1 to 2.0.0 Bumps [Particular/push-octopus-package-action](https://github.com/particular/push-octopus-package-action) from 1.2.1 to 2.0.0. - [Commits](https://github.com/particular/push-octopus-package-action/compare/v1.2.1...v2.0.0) --- updated-dependencies: - dependency-name: Particular/push-octopus-package-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b32aea85..16c27a00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: path: nugets/* retention-days: 1 - name: Deploy - uses: Particular/push-octopus-package-action@v1.2.1 + uses: Particular/push-octopus-package-action@v2.0.0 with: octopus-deploy-api-key: ${{ secrets.OCTOPUS_DEPLOY_API_KEY }}