We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f137d8 commit 876759fCopy full SHA for 876759f
.github/workflows/pkgdown.yaml
@@ -24,8 +24,8 @@ jobs:
24
uses: actions/cache@v1
25
with:
26
path: ${{ env.R_LIBS_USER }}
27
- key: macOS-r-3.6-${{ hashFiles('depends.Rds') }}
28
- restore-keys: macOS-r-3.6-
+ key: macOS-r-4.0-2-${{ hashFiles('depends.Rds') }}
+ restore-keys: macOS-r-4.0-2-
29
30
- name: Install dependencies
31
run: |
.github/workflows/test-coverage.yaml
@@ -28,8 +28,8 @@ jobs:
32
33
34
35
0 commit comments