Skip to content

Commit

Permalink
update gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dselivanov committed May 26, 2021
1 parent a1ded19 commit bb9ae3b
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 @@ -17,7 +17,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: dselivanov/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v1
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck", "Matrix"))
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/checkout@v2

- uses: dselivanov/actions/setup-r@master
- uses: r-lib/actions/setup-r@master

- uses: r-lib/actions/setup-pandoc@master

Expand Down

0 comments on commit bb9ae3b

Please sign in to comment.