name: 'Setup just' author: 'Ross MacArthur' description: 'Install the just command runner' branding: icon: 'play' color: 'blue' inputs: just-version: description: 'A valid semver specifier of the just version to install' github-token: description: 'Github token to use to authenticate downloads' required: false default: ${{ github.token }} runs: using: composite steps: - uses: extractions/setup-crate@4993624604c307fbca528d28a3c8b60fa5ecc859 # v1.4.0 with: repo: casey/just version: ${{ inputs.just-version }} github-token: ${{ inputs.github-token }}