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.
2 parents 7494b3e + b5926ae commit 8f296a1Copy full SHA for 8f296a1
.github/workflows/posteriordb_content.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Cache R packages
36
if: runner.os != 'Windows'
37
- uses: actions/cache@v2
+ uses: actions/cache@v4
38
with:
39
path: ${{ env.R_LIBS_USER }}
40
key: ${{ runner.os }}-r-${{ matrix.config.r }}-${{ hashFiles('DESCRIPTION') }}
0 commit comments