Skip to content

Commit b5926ae

Browse files
committed
updating caching version
1 parent 5f3bdb6 commit b5926ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/posteriordb_content.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Cache R packages
3636
if: runner.os != 'Windows'
37-
uses: actions/cache@v2
37+
uses: actions/cache@v4
3838
with:
3939
path: ${{ env.R_LIBS_USER }}
4040
key: ${{ runner.os }}-r-${{ matrix.config.r }}-${{ hashFiles('DESCRIPTION') }}

0 commit comments

Comments
 (0)