mirror of
https://github.com/extractions/setup-just
synced 2026-09-07 20:04:00 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
53165ef7e7 | ||
|
|
3ed9febd41 | ||
|
|
cf2bee9c93 | ||
|
|
c26183993c |
@@ -12,7 +12,7 @@ jobs:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- name: Setup just
|
||||
uses: ./
|
||||
env:
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
just-version: [0.5.11, 0.6.1, 0.7.3, 0.8.7, 0.9.9, 0.10.7, 0.11.2, 1.5.0, 1.23.0, 1.40.0]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- name: Run self
|
||||
uses: ./
|
||||
with:
|
||||
|
||||
@@ -12,14 +12,14 @@ This GitHub Action will install a release of the
|
||||
In most cases all you will need is the following in your workflow.
|
||||
|
||||
```yaml
|
||||
- uses: extractions/setup-just@v3
|
||||
- uses: extractions/setup-just@v4
|
||||
```
|
||||
|
||||
If you want a specific version of `just` you can specify this by passing the
|
||||
`just-version` input.
|
||||
|
||||
```yaml
|
||||
- uses: extractions/setup-just@v3
|
||||
- uses: extractions/setup-just@v4
|
||||
with:
|
||||
just-version: '1.46.0'
|
||||
```
|
||||
@@ -29,7 +29,7 @@ automatically used to authenticate calls to Github. To override it, pass the
|
||||
input `github-token`.
|
||||
|
||||
```yaml
|
||||
- uses: extractions/setup-just@v3
|
||||
- uses: extractions/setup-just@v4
|
||||
with:
|
||||
github-token: ${{ secrets.MY_GITHUB_TOKEN }}
|
||||
```
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ inputs:
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- uses: extractions/setup-crate@4993624604c307fbca528d28a3c8b60fa5ecc859 # v1.4.0
|
||||
- uses: extractions/setup-crate@0551596312d4008a6dfbc4d3c38fa20eaef46d2d # v2.0.0
|
||||
with:
|
||||
repo: casey/just
|
||||
version: ${{ inputs.just-version }}
|
||||
|
||||
Reference in New Issue
Block a user