Skip to content

Commit bec3770

Browse files
upgrade cache dans test coverage
1 parent c79469a commit bec3770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
shell: Rscript {0}
3434

3535
- name: Restore R package cache
36-
uses: actions/cache@v2
36+
uses: actions/cache@v4
3737
with:
3838
path: ${{ env.R_LIBS_USER }}
3939
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}

0 commit comments

Comments
 (0)