Skip to content

Commit

Permalink
Go back to v2.6.7 for now as there is conflict in naming follwing update
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Jan 31, 2024
1 parent 0c6e443 commit 6ccc3b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.6.5

- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r@v2.6.5
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.6.5
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.6.5
with:
upload-snapshots: true

0 comments on commit 6ccc3b1

Please sign in to comment.