Skip to content

Commit

Permalink
up setup-r action
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrichet authored Oct 17, 2023
1 parent 5af2ca8 commit 99c090a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
distribution: 'adopt'
java-version: 11

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.r-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
java-version: 11
distribution: 'adopt'
- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.R }}
- run: mkdir ${{ matrix.os }}-R${{ matrix.R }}
Expand Down

0 comments on commit 99c090a

Please sign in to comment.