Skip to content

Commit

Permalink
Try r-lib/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Feb 1, 2024
1 parent 02eddbd commit 70459f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@ jobs:


# replace with setting up QUARTO Pandoc for rmarkdown
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-pandoc@v2.7.2

- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r@v2.7.2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
- uses: r-lib/actions/setup-r-dependencies@v2.7.2
with:
# install the package itself as we register vignette engine
extra-packages: any::rcmdcheck, local::.
needs: check

- uses: r-lib/actions/check-r-package@v2
- uses: r-lib/actions/check-r-package@v2.7.2
with:
upload-snapshots: false
upload-snapshots: true

0 comments on commit 70459f4

Please sign in to comment.