1
1
mirror of https://github.com/casey/just.git synced 2024-11-22 18:34:06 +03:00

Update setup-just version in README (#2456)

This commit is contained in:
Julian Berman 2024-11-06 17:53:51 -05:00 committed by GitHub
parent 7eea772785
commit a93b0bf389
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -401,7 +401,7 @@ Using package managers pre-installed on GitHub Actions runners on MacOS with
With [extractions/setup-just](https://github.com/extractions/setup-just): With [extractions/setup-just](https://github.com/extractions/setup-just):
```yaml ```yaml
- uses: extractions/setup-just@v1 - uses: extractions/setup-just@v2
with: with:
just-version: 1.5.0 # optional semver specification, otherwise latest just-version: 1.5.0 # optional semver specification, otherwise latest
``` ```