GA(deps): Bump svenstaro/upx-action from 2.0.1 to 2.1.0 (#233)

Bumps [svenstaro/upx-action](https://github.com/svenstaro/upx-action) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/svenstaro/upx-action/releases)
- [Changelog](https://github.com/svenstaro/upx-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/svenstaro/upx-action/compare/2.0.1...2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-01-12 10:04:02 +00:00 committed by GitHub
parent edcd4f51de
commit f44693ac41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ jobs:
run: echo "::set-env name=BINARY_PATH::./dist/hit${{ env.EXT }}"
- name: Compress binary
uses: svenstaro/upx-action@2.0.1
uses: svenstaro/upx-action@2.1.0
with:
file: ${{ env.BINARY_PATH }}