Skip to content

Commit

Permalink
Bump Quarto version in CI to 1.6 (#542)
Browse files Browse the repository at this point in the history
See #533 for context
  • Loading branch information
penelopeysm authored Oct 29, 2024
1 parent e00f79d commit 385b160
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:

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

- name: Restore cached _freeze folder
id: cache-restore
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:

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

- name: Install jq
run: sudo apt-get install jq
Expand Down

0 comments on commit 385b160

Please sign in to comment.