Skip to content

Commit

Permalink
GA(deps): Bump svenstaro/upx-action from 2.0.1 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [svenstaro/upx-action](https://github.com/svenstaro/upx-action) from 2.0.1 to 2.2.0.
- [Release notes](https://github.com/svenstaro/upx-action/releases)
- [Changelog](https://github.com/svenstaro/upx-action/blob/master/CHANGELOG.md)
- [Commits](svenstaro/upx-action@2.0.1...2.2.0)

---
updated-dependencies:
- dependency-name: svenstaro/upx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tomjaguarpaw committed Oct 12, 2023
1 parent b6f214e commit fdfd7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: echo "::set-env name=BINARY_PATH::./dist/stan${{ env.EXT }}"

- name: Compress binary
uses: svenstaro/upx-action@2.0.1
uses: svenstaro/upx-action@2.2.0
with:
file: ${{ env.BINARY_PATH }}

Expand Down

0 comments on commit fdfd7f8

Please sign in to comment.