Skip to content

Commit 408c6ba

Browse files
Update version in examples (#93)
1 parent c1b50d3 commit 408c6ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ We recommend using a Linux or MacOS runner if possible, especially if TinyTeX is
1717

1818
### Inputs available
1919

20-
* `version` - _optional_. If provided, the specific quarto version will be installed. Ex: `version: 0.3.71`
20+
* `version` - _optional_. If provided, the specific quarto version will be installed. Ex: `version: 1.4.515`
2121

2222
```yaml
2323
steps:
2424
- uses: quarto-dev/quarto-actions/setup@v2
2525
with:
26-
version: 0.3.71
26+
version: 1.4.515
2727
```
2828
2929
If not provided, `setup` will use the latest _released_ version of quarto.

0 commit comments

Comments
 (0)