|
34 | 34 | - {os: macOS-latest, r: 'release'} |
35 | 35 | - {os: windows-latest, r: 'release'} |
36 | 36 | - {os: windows-latest, r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/latest"} |
37 | | - - {os: ubuntu-18.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest", http-user-agent: "R/4.1.0 (ubuntu-18.04) R (4.1.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" } |
38 | | - - {os: ubuntu-18.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"} |
39 | | - - {os: ubuntu-18.04, r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"} |
| 37 | + - {os: ubuntu-22.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"} |
| 38 | + - {os: ubuntu-22.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"} |
| 39 | + - {os: ubuntu-22.04, r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"} |
40 | 40 | # - {os: ubuntu-18.04, r: '3.6', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"} |
41 | 41 | # - {os: ubuntu-18.04, r: '3.5', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"} |
42 | 42 | # - {os: ubuntu-18.04, r: '3.4', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"} |
|
46 | 46 | GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} |
47 | 47 |
|
48 | 48 | steps: |
49 | | - - uses: actions/checkout@v2 |
| 49 | + - uses: actions/checkout@v3 |
50 | 50 |
|
51 | 51 | - uses: r-lib/actions/setup-r@v1 |
52 | 52 | id: install-r |
|
63 | 63 | shell: Rscript {0} |
64 | 64 |
|
65 | 65 | - name: Restore R package cache |
66 | | - uses: actions/cache@v2 |
| 66 | + uses: actions/cache@v3 |
67 | 67 | with: |
68 | 68 | path: | |
69 | 69 | ${{ env.R_LIBS_USER }}/* |
|
0 commit comments