Skip to content

Commit 0e88765

Browse files
committed
Update some actions
1 parent ed91b13 commit 0e88765

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/recheck.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
R -e ".libPaths()"
5353
5454
- name: checkout
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v6
5656
with:
5757
repository: ${{ inputs.repository }}
5858
ref: ${{ inputs.ref }}
@@ -91,7 +91,7 @@ jobs:
9191
echo "newfile=$(cd newpkg; echo *.tar.gz)" >> "$GITHUB_OUTPUT"
9292
9393
- name: Save package and library
94-
uses: actions/cache/save@v4
94+
uses: actions/cache/save@v5
9595
with:
9696
path: |
9797
pkglib
@@ -117,7 +117,7 @@ jobs:
117117
run: rm -Rf /host/usr/share/dotnet /host/usr/local/lib/android
118118

119119
- name: Download package and library
120-
uses: actions/cache/restore@v4
120+
uses: actions/cache/restore@v5
121121
with:
122122
path: |
123123
pkglib
@@ -138,7 +138,7 @@ jobs:
138138
writeLines(paste(format(details), collapse = "\n\n"), file.path(checkdir, 'check-details.txt'))
139139
tools::summarize_check_packages_in_dir_results(checkdir)
140140
141-
- uses: actions/upload-artifact@v4
141+
- uses: actions/upload-artifact@v6
142142
with:
143143
name: ${{matrix.check}}-checklogs
144144
path: |
@@ -156,7 +156,7 @@ jobs:
156156
container: ghcr.io/r-hub/r-minimal/r-minimal:latest
157157
steps:
158158
- name: Download log files
159-
uses: actions/download-artifact@v4
159+
uses: actions/download-artifact@v7
160160

161161
- name: Get results
162162
shell: Rscript {0}

0 commit comments

Comments
 (0)