Skip to content

Commit 41e8eed

Browse files
committed
update cache to avoid GHA error
1 parent f11ac9d commit 41e8eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "::set-output name=date::$(date -u "+%F")"
5757
5858
- name: Restore R package cache
59-
uses: actions/cache@v2
59+
uses: actions/cache@v4
6060
id: r-package-cache
6161
with:
6262
path: ${{ env.R_LIBS_USER }}

0 commit comments

Comments
 (0)