apeworx/ape-github-action
Run an ape command
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 30, 2026
- License
- Apache 2.0
Pinned Snippet
uses: apeworx/github-action@e375cf9d3697af2e21f6ddc5dfab209789b3054e # v3.7tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| python-version | Override version of python used to run ape - default 3.11 | no | 3.11 |
| ape-version-pin | Override version of eth-ape, can also use a `git+` prefixed value | no | — |
| ape-plugins-list | Space seperated list of plugins to install with relevant pinning applied | no | "" |
Outputs
| name | description |
|---|---|
| ape-version | The version of Ape installed |