Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/gittools/actions-3…
Browse files Browse the repository at this point in the history
….1.1
  • Loading branch information
Jtango18 authored Dec 17, 2024
2 parents 3e33d51 + f9c5cf8 commit d657314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.5.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit d657314

Please sign in to comment.