release v1
This commit is contained in:
parent
1dbdd42fee
commit
5720b67176
10
README.md
10
README.md
|
@ -7,7 +7,7 @@ Set up your GitHub Actions workflow with a specific version of Deno.
|
||||||
### Latest stable
|
### Latest stable
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: denoland/setup-deno@main
|
- uses: denoland/setup-deno@v1
|
||||||
with:
|
with:
|
||||||
deno-version: v1.x
|
deno-version: v1.x
|
||||||
```
|
```
|
||||||
|
@ -15,7 +15,7 @@ Set up your GitHub Actions workflow with a specific version of Deno.
|
||||||
### Specific stable
|
### Specific stable
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: denoland/setup-deno@main
|
- uses: denoland/setup-deno@v1
|
||||||
with:
|
with:
|
||||||
deno-version: "1.8.2"
|
deno-version: "1.8.2"
|
||||||
```
|
```
|
||||||
|
@ -23,7 +23,7 @@ Set up your GitHub Actions workflow with a specific version of Deno.
|
||||||
### Semver range
|
### Semver range
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: denoland/setup-deno@main
|
- uses: denoland/setup-deno@v1
|
||||||
with:
|
with:
|
||||||
deno-version: "~1.7"
|
deno-version: "~1.7"
|
||||||
```
|
```
|
||||||
|
@ -31,7 +31,7 @@ Set up your GitHub Actions workflow with a specific version of Deno.
|
||||||
### Latest canary
|
### Latest canary
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: denoland/setup-deno@main
|
- uses: denoland/setup-deno@v1
|
||||||
with:
|
with:
|
||||||
deno-version: canary
|
deno-version: canary
|
||||||
```
|
```
|
||||||
|
@ -39,7 +39,7 @@ Set up your GitHub Actions workflow with a specific version of Deno.
|
||||||
### Specific canary
|
### Specific canary
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: denoland/setup-deno@main
|
- uses: denoland/setup-deno@v1
|
||||||
with:
|
with:
|
||||||
deno-version: e7b7129b7a92b7500ded88f8f5baa25a7f59e56e
|
deno-version: e7b7129b7a92b7500ded88f8f5baa25a7f59e56e
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue