Skip to content

Commit

Permalink
r-lib/actions@v2 is now fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Feb 1, 2024
1 parent 00778f6 commit 384633a
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.7.2
- uses: r-lib/actions/setup-pandoc@v2

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

0 comments on commit 384633a

Please sign in to comment.