Skip to content

Commit

Permalink
Merge pull request #32 from certara/update_r_lib_actions
Browse files Browse the repository at this point in the history
update actions to v2
  • Loading branch information
certara-jcraig committed Jul 18, 2023
2 parents 1c1be0d + a419fb2 commit b54c8e2
Show file tree
Hide file tree
Showing 3 changed files with 3,306 additions and 3,306 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-pandoc@v1
- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v1
- 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@v1
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: rcmdcheck

- uses: r-lib/actions/check-r-package@v1
- uses: r-lib/actions/check-r-package@v2
Loading

0 comments on commit b54c8e2

Please sign in to comment.