Skip to content

Commit

Permalink
Try using r-lib/actions#879 for 3.6 support (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan authored Jul 28, 2024
1 parent 5f563b6 commit e11235c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
# TODO: Go back to `@v2` when https://github.com/r-lib/actions/pull/879 is merged
- uses: r-lib/actions/setup-r@e01532e2602ddc137f42ed6d1e3aeee289b7d2dc
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
Expand Down

0 comments on commit e11235c

Please sign in to comment.