Skip to content

Commit 861b23c

Browse files
authored
Update deploy.yml
1 parent 1383863 commit 861b23c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
uses: actions/checkout@v4 # Checks out your repository code
3030

3131
- name: Set up Quarto
32-
uses: quarto-dev/quarto-actions/setup@v2
32+
uses: quarto-dev/quarto-cli-action@v2
3333
with:
3434
# Optional: Specify a Quarto version, or leave blank for latest
3535
# version: 1.4.549
36-
version: latest
36+
version: 1.6.40
3737

3838
# Optional: Add steps here to install R, Python, or other dependencies
3939
# if your Quarto documents require code execution.

0 commit comments

Comments
 (0)