From dc91a585e183fb8f125300703a31beaa0d69a659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:04:12 +1100 Subject: [PATCH 1/2] chore(deps): bump OctopusDeploy/install-octopus-cli-action from 1 to 3 (#89) Bumps [OctopusDeploy/install-octopus-cli-action](https://github.com/octopusdeploy/install-octopus-cli-action) from 1 to 3. - [Release notes](https://github.com/octopusdeploy/install-octopus-cli-action/releases) - [Changelog](https://github.com/OctopusDeploy/install-octopus-cli-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/octopusdeploy/install-octopus-cli-action/compare/v1...v3) --- updated-dependencies: - dependency-name: OctopusDeploy/install-octopus-cli-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 11adc32..cb78590 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,7 +107,7 @@ jobs: zip -j artifacts/bamboo.${{ needs.build.outputs.nuGetVersion }}.zip target/bamboo.jar - name: Install Octopus CLI 🐙 - uses: OctopusDeploy/install-octopus-cli-action@v1 + uses: OctopusDeploy/install-octopus-cli-action@v3 with: version: latest From f9c5cf82dcea37c078ef3a467d6a541121461412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:08:03 +1100 Subject: [PATCH 2/2] chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#94) Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.22.2 to 3.5.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.2...surefire-3.5.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ef237eb..dc87aa0 100644 --- a/pom.xml +++ b/pom.xml @@ -126,7 +126,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.22.2 + 3.5.2 org.apache.maven.plugins