Skip to content

Commit e11235c

Browse files
authored
Try using r-lib/actions#879 for 3.6 support (#363)
1 parent 5f563b6 commit e11235c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050

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

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

0 commit comments

Comments
 (0)