Skip to content

Commit 0c777a4

Browse files
authored
Merge pull request #668 from stan-dev/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents 87f7603 + fb85bc3 commit 0c777a4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Cache R packages
8080
if: runner.os != 'Windows'
81-
uses: actions/cache@v2
81+
uses: actions/cache@v3
8282
with:
8383
path: ${{ env.R_LIBS_USER }}
8484
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}

.github/workflows/Test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
shell: Rscript {0}
5151

5252
- name: Cache R packages
53-
uses: actions/cache@v2
53+
uses: actions/cache@v3
5454
with:
5555
path: ${{ env.R_LIBS_USER }}
5656
key: ubuntu-r-4.0-1-${{ hashFiles('.github/depends.Rds') }}

.github/workflows/cmdstan-tarball-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Cache R packages
7878
if: runner.os != 'Windows'
79-
uses: actions/cache@v2
79+
uses: actions/cache@v3
8080
with:
8181
path: ${{ env.R_LIBS_USER }}
8282
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}

0 commit comments

Comments
 (0)