Skip to content

Commit

Permalink
MINOR: [CI][R] Undo #43636 now that the action is approved (#43730)
Browse files Browse the repository at this point in the history
Undo the pinning in #43636 now that INFRA has approved the quarto-dev action

Authored-by: Jonathan Keane <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
  • Loading branch information
jonkeane authored Aug 22, 2024
1 parent 3e9384b commit 88d57cf
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,19 +86,18 @@ jobs:
run: |
sudo apt-get install devscripts
# replace the SHA with v2 once INFRA-26031 is resolved
- uses: r-lib/actions/setup-r@732fb28088814627972f1ccbacc02561178cf391
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
install-r: false

- uses: r-lib/actions/setup-r-dependencies@732fb28088814627972f1ccbacc02561178cf391
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check
working-directory: src/r

- uses: r-lib/actions/check-r-package@732fb28088814627972f1ccbacc02561178cf391
- uses: r-lib/actions/check-r-package@v2
with:
working-directory: src/r
env:
Expand Down Expand Up @@ -341,11 +340,11 @@ jobs:
cd r/windows
ls *.zip | xargs -n 1 unzip -uo
rm -rf *.zip
- uses: r-lib/actions/setup-r@732fb28088814627972f1ccbacc02561178cf391
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.rversion }}
Ncpus: 2
- uses: r-lib/actions/setup-r-dependencies@732fb28088814627972f1ccbacc02561178cf391
- uses: r-lib/actions/setup-r-dependencies@v2
env:
GITHUB_PAT: "${{ github.token }}"
with:
Expand Down

0 comments on commit 88d57cf

Please sign in to comment.