Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from ropensci/dependabot/github_actions/r-lib/…
Browse files Browse the repository at this point in the history
…actions-2

Bump r-lib/actions from 1 to 2
  • Loading branch information
jsta committed Nov 28, 2023
2 parents 953a26c + 4a1a411 commit 9fc8a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Expand Up @@ -19,7 +19,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck"))
Expand Down

0 comments on commit 9fc8a02

Please sign in to comment.