nealrichardson commented on code in PR #13011:
URL: https://github.com/apache/arrow/pull/13011#discussion_r860123064


##########
dev/tasks/r/github.devdocs.yml:
##########
@@ -31,7 +31,12 @@ jobs:
     steps:
       {{ macros.github_checkout_arrow()|indent }}
 
-      - uses: r-lib/actions/setup-r@v1
+      - uses: r-lib/actions/setup-r@v2
+        with:
+          # temp workaround the fact that R 4.2 requires UCRT which isn't
+          # currently part of this build.
+          # remove after https://issues.apache.org/jira/browse/ARROW-16376
+          r-version: '4.1'
       - uses: r-lib/actions/setup-pandoc@v1

Review Comment:
   Update them all?
   ```suggestion
         - uses: r-lib/actions/setup-pandoc@v2
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to