Skip to content

Commit

Permalink
Fixing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-justeau committed May 22, 2024
1 parent 6cc0754 commit a77e4be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
steps:
- uses: actions/checkout@v2

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

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

Expand Down

0 comments on commit a77e4be

Please sign in to comment.