Skip to content

Commit ee86db5

Browse files
authored
apacheGH-43635: [R][CI] Don't install Quarto (apache#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: apache#43635 Authored-by: Jonathan Keane <[email protected]> Signed-off-by: Jonathan Keane <[email protected]>
1 parent 493f08c commit ee86db5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/r.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,19 @@ jobs:
8686
run: |
8787
sudo apt-get install devscripts
8888
89-
- uses: r-lib/actions/setup-r@v2
89+
# replace the SHA with v2 once INFRA-26031 is resolved
90+
- uses: r-lib/actions/setup-r@732fb28088814627972f1ccbacc02561178cf391
9091
with:
9192
use-public-rspm: true
9293
install-r: false
9394

94-
- uses: r-lib/actions/setup-r-dependencies@v2
95+
- uses: r-lib/actions/setup-r-dependencies@732fb28088814627972f1ccbacc02561178cf391
9596
with:
9697
extra-packages: any::rcmdcheck
9798
needs: check
9899
working-directory: src/r
99100

100-
- uses: r-lib/actions/check-r-package@v2
101+
- uses: r-lib/actions/check-r-package@732fb28088814627972f1ccbacc02561178cf391
101102
with:
102103
working-directory: src/r
103104
env:
@@ -337,11 +338,11 @@ jobs:
337338
cd r/windows
338339
ls *.zip | xargs -n 1 unzip -uo
339340
rm -rf *.zip
340-
- uses: r-lib/actions/setup-r@v2
341+
- uses: r-lib/actions/setup-r@732fb28088814627972f1ccbacc02561178cf391
341342
with:
342343
r-version: ${{ matrix.config.rversion }}
343344
Ncpus: 2
344-
- uses: r-lib/actions/setup-r-dependencies@v2
345+
- uses: r-lib/actions/setup-r-dependencies@732fb28088814627972f1ccbacc02561178cf391
345346
env:
346347
GITHUB_PAT: "${{ github.token }}"
347348
with:

0 commit comments

Comments
 (0)