We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf33cc4 commit a786a81Copy full SHA for a786a81
.github/workflows/R-CMD-check.yaml
@@ -1,4 +1,3 @@
1
-# fda
2
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
3
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
4
on:
@@ -30,7 +29,7 @@ jobs:
30
29
R_KEEP_PKG_SOURCE: yes
31
32
steps:
33
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
34
35
- uses: r-lib/actions/setup-pandoc@v2
36
@@ -47,4 +46,4 @@ jobs:
47
46
48
- uses: r-lib/actions/check-r-package@v2
49
with:
50
- upload-snapshots: true
+ upload-snapshots: true
0 commit comments