From ee86db57bb771dbdb5f2fca5890854f27e6aa964 Mon Sep 17 00:00:00 2001 From: Jonathan Keane Date: Sun, 11 Aug 2024 12:58:18 -0700 Subject: [PATCH] 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 Signed-off-by: Jonathan Keane --- .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 544aa9b75c249..c4899ddcc49e5 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: