Skip to content

Commit

Permalink
Bump crazy-max/ghaction-upx from 2.1.0 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [crazy-max/ghaction-upx](https://github.com/crazy-max/ghaction-upx) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/crazy-max/ghaction-upx/releases)
- [Commits](crazy-max/ghaction-upx@v2.1.0...v3.0.0)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-upx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent d0f5230 commit fcc7e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: build
run: cargo build --verbose --release
- name: compress executable
uses: crazy-max/ghaction-upx@v2.1.0
uses: crazy-max/ghaction-upx@v3.0.0
with:
version: v3.95
args: --best --lzma --color -v -o afx.upx
Expand Down

0 comments on commit fcc7e76

Please sign in to comment.