Skip to content

Commit 0868c5d

Browse files
authored
Update R-CMD-check.yaml checkout@v4, update quarto setup
1 parent c7c9c76 commit 0868c5d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,19 @@ jobs:
2929
R_KEEP_PKG_SOURCE: yes
3030

3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v4
3333
- uses: r-lib/actions/setup-tinytex@v2
3434
- run: tlmgr --version
3535

3636
- uses: r-lib/actions/setup-pandoc@v2
37+
3738
- uses: quarto-dev/quarto-actions/setup@v2
39+
if: format('{0}', matrix.config.quarto) != 'false'
40+
env:
41+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
with:
43+
version: ${{ matrix.config.quarto || 'release' }}
44+
tinytex: true
3845

3946
- uses: r-lib/actions/setup-r@v2
4047
with:

0 commit comments

Comments
 (0)