This is an automated email from the ASF dual-hosted git repository.

jonkeane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new ee86db57bb GH-43635: [R][CI] Don't install Quarto (#43636)
ee86db57bb is described below

commit ee86db57bb771dbdb5f2fca5890854f27e6aa964
Author: Jonathan Keane <[email protected]>
AuthorDate: Sun Aug 11 12:58:18 2024 -0700

    GH-43635: [R][CI] Don't install Quarto (#43636)
    
    Pin to an old version of r-lib/actions that does not reference 
quarto-dev/quarto-actions. Though we still want to ask INFRA to add quarto-dev 
to the approved list.
    
    * GitHub Issue: #43635
    
    Authored-by: Jonathan Keane <[email protected]>
    Signed-off-by: Jonathan Keane <[email protected]>
---
 .github/workflows/r.yml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml
index 544aa9b75c..c4899ddcc4 100644
--- a/.github/workflows/r.yml
+++ b/.github/workflows/r.yml
@@ -86,18 +86,19 @@ jobs:
       run: |
         sudo apt-get install devscripts
 
-    - uses: r-lib/actions/setup-r@v2
+    # replace the SHA with v2 once INFRA-26031 is resolved
+    - uses: r-lib/actions/setup-r@732fb28088814627972f1ccbacc02561178cf391
       with:
         use-public-rspm: true
         install-r: false
 
-    - uses: r-lib/actions/setup-r-dependencies@v2
+    - uses: 
r-lib/actions/setup-r-dependencies@732fb28088814627972f1ccbacc02561178cf391
       with:
         extra-packages: any::rcmdcheck
         needs: check
         working-directory: src/r
 
-    - uses: r-lib/actions/check-r-package@v2
+    - uses: 
r-lib/actions/check-r-package@732fb28088814627972f1ccbacc02561178cf391
       with:
         working-directory: src/r
       env:
@@ -337,11 +338,11 @@ jobs:
           cd r/windows
           ls *.zip | xargs -n 1 unzip -uo
           rm -rf *.zip
-      - uses: r-lib/actions/setup-r@v2
+      - uses: r-lib/actions/setup-r@732fb28088814627972f1ccbacc02561178cf391
         with:
           r-version: ${{ matrix.config.rversion }}
           Ncpus: 2
-      - uses: r-lib/actions/setup-r-dependencies@v2
+      - uses: 
r-lib/actions/setup-r-dependencies@732fb28088814627972f1ccbacc02561178cf391
         env:
           GITHUB_PAT: "${{ github.token }}"
         with:

Reply via email to