Skip to content

Commit

Permalink
Bump Quarto version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Oct 29, 2024
1 parent 35b8632 commit d85c853
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 a pre-release version
version: pre-release

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

0 comments on commit d85c853

Please sign in to comment.