Skip to content

Commit a89059e

Browse files
committed
does this make remote build work?
1 parent 33408c9 commit a89059e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# remote test for the 'plan' R package
12
# Workflow derived from https://github.com/r-lib/actions/tree/master/examples
23
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
34
on:
@@ -29,7 +30,7 @@ jobs:
2930
R_KEEP_PKG_SOURCE: yes
3031

3132
steps:
32-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v3
3334

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

@@ -39,8 +40,8 @@ jobs:
3940
http-user-agent: ${{ matrix.config.http-user-agent }}
4041
use-public-rspm: true
4142

42-
- uses: r-lib/actions/setup-r-dependencies@v1
43+
- uses: r-lib/actions/setup-r-dependencies@v2
4344
with:
4445
extra-packages: rcmdcheck
4546

46-
- uses: r-lib/actions/check-r-package@v1
47+
- uses: r-lib/actions/check-r-package@v2

0 commit comments

Comments
 (0)