From 0517c46034475f19825734c489498dada580467a Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Mon, 8 Jul 2024 09:17:48 +0200 Subject: [PATCH] Quarto 1.5 is now released so no need for pre-release (#2702) Fixes #2700 --- vignettes/quarto.qmd | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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