We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33408c9 commit a89059eCopy full SHA for a89059e
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -1,3 +1,4 @@
1
+# remote test for the 'plan' R package
2
# Workflow derived from https://github.com/r-lib/actions/tree/master/examples
3
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
4
on:
@@ -29,7 +30,7 @@ jobs:
29
30
R_KEEP_PKG_SOURCE: yes
31
32
steps:
- - uses: actions/checkout@v2
33
+ - uses: actions/checkout@v3
34
35
- uses: r-lib/actions/setup-pandoc@v2
36
@@ -39,8 +40,8 @@ jobs:
39
40
http-user-agent: ${{ matrix.config.http-user-agent }}
41
use-public-rspm: true
42
- - uses: r-lib/actions/setup-r-dependencies@v1
43
+ - uses: r-lib/actions/setup-r-dependencies@v2
44
with:
45
extra-packages: rcmdcheck
46
- - uses: r-lib/actions/check-r-package@v1
47
+ - uses: r-lib/actions/check-r-package@v2
0 commit comments