Skip to content

Commit cb75cf7

Browse files
authored
Set different cache versions in GHA (#403)
1 parent d8f8ab8 commit cb75cf7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
extra-packages: any::lintr, any::styler, local::.
3232
needs: lint
33+
cache-version: 2
3334

3435
- name: Lint
3536
run: lintr::lint_package()

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
with:
4040
extra-packages: local::.
4141
needs: website
42+
cache-version: 2
4243

4344
- name: Build site
4445
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)

0 commit comments

Comments
 (0)