Skip to content

Commit

Permalink
Bump cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Dec 11, 2023
1 parent 0e2258f commit 2878bf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -50,7 +50,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 5
cache-version: 6
pak-version: stable
extra-packages: |
any::rcmdcheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 4
cache-version: 5
extra-packages: |
any::pkgdown
nlmixr2/dparser-R
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 @@ -26,7 +26,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 4
cache-version: 5
extra-packages: |
any::covr
nlmixr2/dparser-R
Expand Down

0 comments on commit 2878bf8

Please sign in to comment.