Skip to content

Commit

Permalink
Update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
maksymiuks committed May 25, 2023
1 parent da39efa commit fa839f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,11 @@ jobs:
# against the release
- {os: macOS-latest, r: 'release'}
# Windows
- {os: windows-latest, r: '4.1.3'}
- {os: windows-latest, r: '4.0.5'}
# Ubuntu 18-04
- {os: ubuntu-18.04, r: '4.1.3', vdiffr: true, xref: true, rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
- {os: ubuntu-18.04, r: '4.0.5', vdiffr: true, xref: true, rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
- {os: windows-latest, r: '4.3.0'}
- {os: windows-latest, r: '4.2.3'}
# Ubuntu 20-04
- {os: ubuntu-20.04, r: '4.1.3', vdiffr: true, xref: true}
- {os: ubuntu-20.04, r: '4.0.5', vdiffr: true, xref: true}
- {os: ubuntu-20.04, r: '4.3.0'', vdiffr: true, xref: true}
- {os: ubuntu-20.04, r: '4.2.3', vdiffr: true, xref: true}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: conda --version
- run: which python

- uses: r-lib/actions/setup-r@master
- uses: r-lib/actions/setup-r@main
- name: Query dependencies
run: |
install.packages('remotes')
Expand All @@ -44,8 +44,8 @@ jobs:
uses: actions/cache@v1
with:
path: ${{ env.R_LIBS_USER }}
key: macOS-r-4.0-1-${{ hashFiles('.github/depends.Rds') }}
restore-keys: macOS-r-4.0-1-
key: macOS-r-4.2-3-${{ hashFiles('.github/depends.Rds') }}
restore-keys: macOS-r-4.2-3-

- name: Install dependencies
run: |
Expand Down

0 comments on commit fa839f2

Please sign in to comment.