diff --git a/vignettes/quarto.qmd b/vignettes/quarto.qmd index 5f64cf341..2e3afc24f 100644 --- a/vignettes/quarto.qmd +++ b/vignettes/quarto.qmd @@ -26,15 +26,11 @@ project: ### GitHub actions -Currently, you'll need to manually install the pre-release version of Quarto in your GitHub actions. ([Hopefully this will change in the future](https://github.com/r-lib/actions/issues/866)). Add the following lines to install quarto: +Currently, you'll need to manually install Quarto in your GitHub actions. ([Hopefully this will change in the future](https://github.com/r-lib/actions/issues/866)). Add the following lines to install quarto: ```yaml - name: Set up Quarto - uses: quarto-dev/quarto-actions/setup@v2 - with: - version: pre-release - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: quarto-dev/quarto-actions/setup@v2 ``` ## Limitations