Skip to content

Commit

Permalink
chore: use r-lib/actions/setup-r@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinctc authored Nov 19, 2024
1 parent e056fe7 commit 6c0d934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@master
- uses: r-lib/actions/setup-r@v2
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck"))
Expand Down

0 comments on commit 6c0d934

Please sign in to comment.