Skip to content

Commit a919b82

Browse files
authored
Merge pull request #707 from REditorSupport/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents f0df1f0 + d45567b commit a919b82

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
print(cov)
4545
covr::to_cobertura(cov)
4646
shell: Rscript {0}
47-
4847
- uses: codecov/codecov-action@v5
4948
with:
5049
# Fail if error if not on PR, or if on PR and token is given

.github/workflows/rcmdcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
writeLines(sprintf("R-%i.%i", getRversion()$major, getRversion()$minor), ".github/R-version")
5555
shell: Rscript {0}
5656
- name: Restore R package cache
57-
uses: actions/cache@v4
57+
uses: actions/cache@v5
5858
with:
5959
path: ${{ env.R_LIBS_USER }}
6060
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}

0 commit comments

Comments
 (0)