Skip to content

Commit 00540c5

Browse files
committedMar 13, 2025·
Bump OctopusDeploy/push-package-action from 3.2.3 to 3.2.4
Bumps [OctopusDeploy/push-package-action](https://github.com/octopusdeploy/push-package-action) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/octopusdeploy/push-package-action/releases) - [Changelog](https://github.com/OctopusDeploy/push-package-action/blob/main/CHANGELOG.md) - [Commits](OctopusDeploy/push-package-action@v3.2.3...v3.2.4) --- updated-dependencies: - dependency-name: OctopusDeploy/push-package-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de61471 commit 00540c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ runs:
120120
path: ${{steps.package.outputs.package_file_path}}
121121
retention-days: 1
122122
- name: Push package to Octopus Deploy
123-
uses: OctopusDeploy/push-package-action@v3.2.3
123+
uses: OctopusDeploy/push-package-action@v3.2.4
124124
with:
125125
server: https://deploy.particular.net
126126
api_key: ${{ inputs.octopus-deploy-api-key }}

0 commit comments

Comments
 (0)
Please sign in to comment.