From d4a3e34c7d85b6184cdcee0e8e63ace91d85217e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 01:33:40 +0000 Subject: [PATCH] Bump Particular/push-octopus-package-action from 1.1.0 to 1.2.0 Bumps [Particular/push-octopus-package-action](https://github.com/particular/push-octopus-package-action) from 1.1.0 to 1.2.0. - [Commits](https://github.com/particular/push-octopus-package-action/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: Particular/push-octopus-package-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 5522089..3b92dac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,6 @@ jobs: path: nugets/* retention-days: 1 - name: Deploy - uses: Particular/push-octopus-package-action@v1.1.0 + uses: Particular/push-octopus-package-action@v1.2.0 with: octopus-deploy-api-key: ${{ secrets.OCTOPUS_DEPLOY_API_KEY }} \ No newline at end of file