Skip to content

Commit 837c795

Browse files
committed
invalidate GHA cache
1 parent e359328 commit 837c795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
id: r-package-cache
8383
with:
8484
path: ${{ env.R_LIBS_USER }}
85-
key: ${{ matrix.os }}-${{ steps.setup-r.outputs.installed-r-version }}-${{ steps.get-date.outputs.year-week }}-2
85+
key: ${{ matrix.os }}-${{ steps.setup-r.outputs.installed-r-version }}-${{ steps.get-date.outputs.year-week }}-3
8686

8787
- name: Install remotes
8888
if: steps.r-package-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)