Skip to content

Commit

Permalink
only pin the one problematic action
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Aug 5, 2024
1 parent 2ff090e commit c75aca6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/r-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,8 @@ jobs:

steps:
- uses: actions/checkout@v4

# r-lib/actions pinned because the latest action on the v2 branch requires
# quarto-dev actions which have not yet beeen whitelisted by Apache Infra
- uses: r-lib/actions/setup-pandoc@f4937e0dc26f9b99c969cd3e4ca943b576e7f991
- uses: r-lib/actions/setup-r@f4937e0dc26f9b99c969cd3e4ca943b576e7f991
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
Expand All @@ -73,13 +70,15 @@ jobs:
R CMD INSTALL r --preclean
shell: bash

# r-lib/actions/setup-r-dependencies pinned because the latest action on the
# v2 branch requires quarto-dev actions which have not yet been whitelisted by Apache Infra
- uses: r-lib/actions/setup-r-dependencies@f4937e0dc26f9b99c969cd3e4ca943b576e7f991
with:
extra-packages: any::rcmdcheck, arrow=?ignore-before-r=4.0.0
needs: check
working-directory: r

- uses: r-lib/actions/check-r-package@f4937e0dc26f9b99c969cd3e4ca943b576e7f991
- uses: r-lib/actions/check-r-package@v2
env:
ARROW_R_VERBOSE_TEST: "true"
_R_CHECK_FORCE_SUGGESTS_: false
Expand Down

0 comments on commit c75aca6

Please sign in to comment.