Skip to content

Commit e04d339

Browse files
committed
Use r-ci setup action with implicit bootstrap step
1 parent 117b2ee commit e04d339

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Setup
27-
uses: eddelbuettel/github-actions/r-ci-setup@master
28-
29-
- name: Bootstrap
30-
run: ./run.sh bootstrap
27+
uses: eddelbuettel/github-actions/r-ci
3128

3229
- name: Dependencies
3330
run: ./run.sh install_deps

ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
on 'whitespace in literal operator declaration' deprecation
55
* inst/include/toml++/impl/parser.h: Idem
66

7+
* .github/workflows/ci.yaml: Use r-ci setup with implicit bootstrap
8+
79
2024-10-22 Dirk Eddelbuettel <[email protected]>
810

911
* DESCRIPTION (Authors@R): Added

0 commit comments

Comments
 (0)