Skip to content

Commit

Permalink
Update to github R CMD check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
japilo committed Oct 11, 2023
1 parent 357c68f commit 4a0b93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v1
- uses: actions/checkout@v2-branch
- uses: r-lib/actions/setup-r@v2-branch
- uses: r-lib/actions/setup-tinytex@v2-branch
- name: Install dependencies
run: |
Expand Down

0 comments on commit 4a0b93c

Please sign in to comment.