File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
config :
25
25
- {os: windows-latest, r: 'release'}
26
26
- {os: macOS-latest, r: 'release'}
27
- - {os: ubuntu-20.04 , r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal /latest"}
28
- - {os: ubuntu-20.04 , r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal /latest"}
27
+ - {os: ubuntu-latest , r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy /latest"}
28
+ - {os: ubuntu-latest , r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy /latest"}
29
29
30
30
env :
31
31
R_REMOTES_NO_ERRORS_FROM_WARNINGS : true
50
50
51
51
- name : Cache R packages
52
52
if : runner.os != 'Windows'
53
- uses : actions/cache@v2
53
+ uses : actions/cache@v4
54
54
with :
55
55
path : ${{ env.R_LIBS_USER }}
56
56
key : ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
You can’t perform that action at this time.
0 commit comments