Skip to content

Commit 8d84c19

Browse files
committed
Bump Quarto version in CI to 1.6
See #533 for context
1 parent e00f79d commit 8d84c19

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/preview.yml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434

3535
- name: Set up Quarto
3636
uses: quarto-dev/quarto-actions/setup@v2
37+
with:
38+
# Needs Quarto 1.6 to fix #533, which is currently a pre-release version
39+
version: pre-release
3740

3841
- name: Restore cached _freeze folder
3942
id: cache-restore

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333

3434
- name: Set up Quarto
3535
uses: quarto-dev/quarto-actions/setup@v2
36+
with:
37+
# Needs Quarto 1.6 to fix #533, which is currently a pre-release version
38+
version: pre-release
3639

3740
- name: Install jq
3841
run: sudo apt-get install jq

0 commit comments

Comments
 (0)