Skip to content

Commit 876759f

Browse files
committed
Fix cache
1 parent 8f137d8 commit 876759f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
uses: actions/cache@v1
2525
with:
2626
path: ${{ env.R_LIBS_USER }}
27-
key: macOS-r-3.6-${{ hashFiles('depends.Rds') }}
28-
restore-keys: macOS-r-3.6-
27+
key: macOS-r-4.0-2-${{ hashFiles('depends.Rds') }}
28+
restore-keys: macOS-r-4.0-2-
2929

3030
- name: Install dependencies
3131
run: |

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
uses: actions/cache@v1
2929
with:
3030
path: ${{ env.R_LIBS_USER }}
31-
key: macOS-r-3.6-${{ hashFiles('depends.Rds') }}
32-
restore-keys: macOS-r-3.6-
31+
key: macOS-r-4.0-2-${{ hashFiles('depends.Rds') }}
32+
restore-keys: macOS-r-4.0-2-
3333

3434
- name: Install dependencies
3535
run: |

0 commit comments

Comments
 (0)