From fe1c4b4a44e1569a8e0fecf969e7d7cefeb97dcf Mon Sep 17 00:00:00 2001 From: Aron Atkins Date: Fri, 19 Jan 2024 14:31:38 -0500 Subject: [PATCH] use quarto 1.4 rc in CI --- .github/workflows/deploy_tests.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_tests.yml b/.github/workflows/deploy_tests.yml index 817504dc..f8d15230 100644 --- a/.github/workflows/deploy_tests.yml +++ b/.github/workflows/deploy_tests.yml @@ -77,7 +77,7 @@ jobs: RSC_AUTOMATION_PAT: "${{ secrets.CONNECT_PAT }}" ADMIN_API_KEY: "${{ secrets.ADMIN_API_KEY }}" PYTHON_BUILD: "${{ matrix.PYTHON_BUILD }}" - QUARTO_VERSION: "1.3.340" + QUARTO_VERSION: "1.4.546" # This allows us to start Connect separately in our own docker container CONNECT_SERVER: "http://localhost:3939" diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d1334640..2bb7668a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -298,7 +298,7 @@ jobs: RSC_AUTOMATION_PAT: "${{ secrets.CONNECT_PAT }}" ADMIN_API_KEY: "${{ secrets.ADMIN_API_KEY }}" PYTHON_BUILD: "${{ matrix.PYTHON_BUILD }}" - QUARTO_VERSION: "1.3.340" + QUARTO_VERSION: "1.4.546" # This allows us to start Connect separately in our own docker container CONNECT_SERVER: "http://localhost:3939"