From 529839b6e223283b560fbeccccdc2801f9c6e1a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 17:09:10 +0000 Subject: [PATCH] Bump OctopusDeploy/create-release-action from 1.1.3 to 2.0.1 Bumps [OctopusDeploy/create-release-action](https://github.com/OctopusDeploy/create-release-action) from 1.1.3 to 2.0.1. - [Release notes](https://github.com/OctopusDeploy/create-release-action/releases) - [Changelog](https://github.com/OctopusDeploy/create-release-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/OctopusDeploy/create-release-action/compare/v1.1.3...v2.0.1) --- updated-dependencies: - dependency-name: OctopusDeploy/create-release-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88547c2dad..b068046579 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -246,7 +246,7 @@ jobs: artifacts/OctopusTools.Zips.${{ needs.build.outputs.version }}.zip - name: Create a release in Octopus Deploy 🐙 - uses: OctopusDeploy/create-release-action@v1.1.3 + uses: OctopusDeploy/create-release-action@v2.0.1 with: space: Integrations project: 'Octopus CLI'