Skip to content

Commit

Permalink
Use r-lib/actions/setup-r-dependencies@v2!
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed May 20, 2024
1 parent 2835d99 commit 104e4ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup-r-package/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ runs:
with:
name: package-install

# - uses: r-lib/actions/setup-r-dependencies@v2
# TODO-fix to v1!
- uses: schloerke/actions/setup-r-dependencies@always_cache_r_lib
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache: "always"
packages: ${{ inputs.packages }}
Expand Down

0 comments on commit 104e4ff

Please sign in to comment.