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 fa839f2 commit a8baf57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- {os: windows-latest, r: '4.3.0'}
- {os: windows-latest, r: '4.2.3'}
# Ubuntu 20-04
- {os: ubuntu-20.04, r: '4.3.0'', 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:
Expand Down
2 changes: 1 addition & 1 deletion .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@main
- uses: r-lib/actions/setup-r@v2-branch
- name: Query dependencies
run: |
install.packages('remotes')
Expand Down

0 comments on commit a8baf57

Please sign in to comment.