File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151
5252 - name : Cache R packages
5353 if : runner.os != 'Windows'
54- uses : actions/cache@v1
54+ uses : actions/cache@v4
5555 with :
5656 path : ${{ env.R_LIBS_USER }}
5757 key : ${{ runner.os }}-r-${{ matrix.config.r }}-3-${{ hashFiles('depends.Rds') }}
Original file line number Diff line number Diff line change 3030 shell : Rscript {0}
3131
3232 - name : Cache R packages
33- uses : actions/cache@v2
33+ uses : actions/cache@v4
3434 with :
3535 path : ${{ env.R_LIBS_USER }}
3636 key : ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
Original file line number Diff line number Diff line change 3030 shell : Rscript {0}
3131
3232 - name : Cache R packages
33- uses : actions/cache@v1
33+ uses : actions/cache@v4
3434 with :
3535 path : ${{ env.R_LIBS_USER }}
3636 key : ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
You can’t perform that action at this time.
0 commit comments