Skip to content

Commit

Permalink
Bump cache version to get qs to reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed May 15, 2024
1 parent 66a262a commit 96a1eeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
cache-version: 2
with:
pak-version: devel
extra-packages: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
cache-version: 2
with:
extra-packages: |
any::pkgdown
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
cache-version: 2
with:
pak-version: devel
extra-packages: |
Expand Down

0 comments on commit 96a1eeb

Please sign in to comment.