Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PMildenb committed Apr 29, 2024
1 parent ace759c commit ab2b830
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
uses: actions/checkout@v2

- name: Set up R
uses: r-lib/actions/setup-r@master
uses: r-lib/actions/setup-r@v2
if: matrix.config.image == null
with:
r-version: ${{ matrix.config.r }}

- name: Set up pandoc
uses: r-lib/actions/setup-pandoc@master
uses: r-lib/actions/setup-pandoc@v2
if: matrix.config.image == null

- name: Install remotes
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:

- name: Upload check results
if: failure()
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v2
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: check
Expand Down

0 comments on commit ab2b830

Please sign in to comment.