Skip to content

Commit 917083a

Browse files
authored
Update actions cache to v4 (#854)
1 parent 3e4afa5 commit 917083a

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@v4
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)