Skip to content

Commit a786a81

Browse files
committed
R-CMD-check.yaml
1 parent bf33cc4 commit a786a81

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/R-CMD-check.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# fda
21
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
32
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
43
on:
@@ -30,7 +29,7 @@ jobs:
3029
R_KEEP_PKG_SOURCE: yes
3130

3231
steps:
33-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3433

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

@@ -47,4 +46,4 @@ jobs:
4746

4847
- uses: r-lib/actions/check-r-package@v2
4948
with:
50-
upload-snapshots: true
49+
upload-snapshots: true

0 commit comments

Comments
 (0)