Skip to content

Commit

Permalink
Use v2 r-lib actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Apr 19, 2022
1 parent 7599da1 commit 9519c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-citation-cff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v1
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
cffr
Expand Down

0 comments on commit 9519c0b

Please sign in to comment.