File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6161 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
6262
6363 steps :
64- - uses : actions/checkout@v3
64+ - uses : actions/checkout@v4
6565 with :
6666 submodules : true
6767
9696
9797 - name : Cache R packages
9898 if : runner.os != 'Windows'
99- uses : actions/cache@v3
99+ uses : actions/cache@v4
100100 with :
101101 path : ${{ env.R_LIBS_USER }}
102102 key : ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
Original file line number Diff line number Diff line change 3232 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
3333
3434 steps :
35- - uses : actions/checkout@v2
35+ - uses : actions/checkout@v4
3636 with :
3737 submodules : true
3838
Original file line number Diff line number Diff line change 2020 RSPM : ${{ matrix.config.rspm }}
2121
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v4
2424
2525 - uses : r-lib/actions/setup-r@v2
2626 with :
3737 shell : Rscript {0}
3838
3939 - name : Cache R packages
40- uses : actions/cache@v2
40+ uses : actions/cache@v4
4141 with :
4242 path : ${{ env.R_LIBS_USER }}
4343 key : ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
Original file line number Diff line number Diff line change 2222 R_COMPILE_AND_INSTALL_PACKAGES : ' never'
2323
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v4
2626 with :
2727 submodules : true
2828
3838 shell : Rscript {0}
3939
4040 - name : Cache R packages
41- uses : actions/cache@v2
41+ uses : actions/cache@v4
4242 with :
4343 path : ${{ env.R_LIBS_USER }}
4444 key : ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
You can’t perform that action at this time.
0 commit comments