File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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') }}
Original file line number Diff line number Diff line change 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') }}
Original file line number Diff line number Diff line change 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') }}
You can’t perform that action at this time.
0 commit comments