Skip to content

Commit 88bc5ac

Browse files
authored
Update website.yml
Updating action
1 parent 6f5c3e7 commit 88bc5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Restore R Cache
5757
if: steps.check-rmd.outputs.count != 0
58-
uses: actions/cache@v2
58+
uses: actions/cache@v3
5959
with:
6060
path: ${{ env.R_LIBS_USER }}
6161
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}

0 commit comments

Comments
 (0)