Skip to content

Commit c03151d

Browse files
committed
v1.15-0
1 parent 9de4291 commit c03151d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ant.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
with:
2121
java-version: ${{ matrix.java }}
2222
java-package: jdk
23-
- uses: r-lib/actions/setup-r@v1
23+
- uses: r-lib/actions/setup-r@v2
2424
with:
25-
r-version: 3.6
25+
r-version: release
2626
- if: matrix.os == 'macos-latest'
2727
run: |
2828
ln -s /Library/Frameworks/R.framework/Versions/3.6 /Library/Frameworks/R.framework/Versions/3.5

0 commit comments

Comments
 (0)