easy way to install flyctl in your GitHub Actions workflows.
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: pcrockett/setup-fly@LATEST_RELEASE_TAGif you don't want to use the default version of flyctl that comes with this action, you can specify your own version and checksum:
- uses: pcrockett/setup-fly@LATEST_RELEASE_TAG
with:
version: '0.4.61'
checksum: '160763f890703dd0cb06588f14d739604778af4a2657e9af6d6d32786487cc60'recommended: run pinact to pin your actions to a specific release. don't worry, if you're using Dependabot, Renovate, etc., they will update your pins correctly for you.
pinact run --update