Skip to content

Commit

Permalink
Use dev version of setup-renv
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Jul 12, 2023
1 parent c4f7fe7 commit 4077234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
use-public-rspm: true
r-version: 4.1.2

- uses: r-lib/actions/setup-renv@v2
- uses: r-lib/actions/setup-renv@v2-branch

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
r-version: 4.1.2
use-public-rspm: true

- uses: r-lib/actions/setup-renv@v2
- uses: r-lib/actions/setup-renv@v2-branch

- name: Test coverage
run: |
Expand Down

0 comments on commit 4077234

Please sign in to comment.