From 29ca22eb7b855e8f1d5c22a6421b4956f76ff8f9 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Mon, 8 Jul 2024 09:12:39 +0200 Subject: [PATCH 1/2] Quarto 1.5 is now released so no need for pre-release Fixes #2700 --- vignettes/quarto.qmd | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/vignettes/quarto.qmd b/vignettes/quarto.qmd index 5f64cf341..1705da9dc 100644 --- a/vignettes/quarto.qmd +++ b/vignettes/quarto.qmd @@ -30,11 +30,7 @@ Currently, you'll need to manually install the pre-release version of Quarto in ```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 From 4d094108d264b02fbd52e648e6e2525f2558fc4a Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Mon, 8 Jul 2024 09:13:12 +0200 Subject: [PATCH 2/2] Remove pre-release words --- vignettes/quarto.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/quarto.qmd b/vignettes/quarto.qmd index 1705da9dc..2e3afc24f 100644 --- a/vignettes/quarto.qmd +++ b/vignettes/quarto.qmd @@ -26,7 +26,7 @@ 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