Skip to content

Commit 8f296a1

Browse files
authored
Merge pull request #281 from JTorgander/CI-update
updating caching version
2 parents 7494b3e + b5926ae commit 8f296a1

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)