Skip to content

Commit

Permalink
update setup-r
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 11, 2025
1 parent f3cf760 commit 3c4fcad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
fetch-depth: 1
- name: set up R
if: matrix.task == 'rpkg'
uses: r-lib/actions/setup-r@v1
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.1.0'
r-version: r-release
- name: set up pandoc
if: matrix.task == 'rpkg'
uses: r-lib/actions/setup-pandoc@v1
uses: r-lib/actions/setup-pandoc@v2
- name: run tests
shell: bash
run: |
Expand Down

0 comments on commit 3c4fcad

Please sign in to comment.