Skip to content

Commit 5337131

Browse files
authored
Merge pull request #537 from rstudio/aron-quarto-1.4
use quarto 1.4 rc in CI
2 parents 55a730d + fe1c4b4 commit 5337131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
RSC_AUTOMATION_PAT: "${{ secrets.CONNECT_PAT }}"
7878
ADMIN_API_KEY: "${{ secrets.ADMIN_API_KEY }}"
7979
PYTHON_BUILD: "${{ matrix.PYTHON_BUILD }}"
80-
QUARTO_VERSION: "1.3.340"
80+
QUARTO_VERSION: "1.4.546"
8181

8282
# This allows us to start Connect separately in our own docker container
8383
CONNECT_SERVER: "http://localhost:3939"

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
RSC_AUTOMATION_PAT: "${{ secrets.CONNECT_PAT }}"
299299
ADMIN_API_KEY: "${{ secrets.ADMIN_API_KEY }}"
300300
PYTHON_BUILD: "${{ matrix.PYTHON_BUILD }}"
301-
QUARTO_VERSION: "1.3.340"
301+
QUARTO_VERSION: "1.4.546"
302302

303303
# This allows us to start Connect separately in our own docker container
304304
CONNECT_SERVER: "http://localhost:3939"

0 commit comments

Comments
 (0)