mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2024-11-21 01:46:08 -07:00
docs: bump actions to latest major
This commit is contained in:
parent
0fc45e9126
commit
8252949326
19
README.md
19
README.md
|
@ -34,10 +34,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
-
|
-
|
||||||
name: Run UPX
|
name: Run UPX
|
||||||
uses: crazy-max/ghaction-upx@v2
|
uses: crazy-max/ghaction-upx@v3
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
files: |
|
files: |
|
||||||
|
@ -59,10 +59,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
-
|
-
|
||||||
name: Install UPX
|
name: Install UPX
|
||||||
uses: crazy-max/ghaction-upx@v2
|
uses: crazy-max/ghaction-upx@v3
|
||||||
with:
|
with:
|
||||||
install-only: true
|
install-only: true
|
||||||
-
|
-
|
||||||
|
@ -74,7 +74,7 @@ jobs:
|
||||||
|
|
||||||
### inputs
|
### inputs
|
||||||
|
|
||||||
Following inputs can be used as `step.with` keys
|
The following inputs can be used as `step.with` keys
|
||||||
|
|
||||||
| Name | Type | Default | Description |
|
| Name | Type | Default | Description |
|
||||||
|----------------|--------|----------|------------------------------------------------------------|
|
|----------------|--------|----------|------------------------------------------------------------|
|
||||||
|
@ -89,11 +89,10 @@ This action is only available for Linux and Windows [virtual environments](https
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. If
|
Want to contribute? Awesome! The most basic way to show your support is to star
|
||||||
you want to open a pull request, please read the [contributing guidelines](.github/CONTRIBUTING.md).
|
the project, or to raise issues. You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max)
|
||||||
|
or by making a [PayPal donation](https://www.paypal.me/crazyws) to ensure this
|
||||||
You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) or by
|
journey continues indefinitely!
|
||||||
making a [Paypal donation](https://www.paypal.me/crazyws) to ensure this journey continues indefinitely!
|
|
||||||
|
|
||||||
Thanks again for your support, it is much appreciated! :pray:
|
Thanks again for your support, it is much appreciated! :pray:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user