Skip to content

Commit c39e9c4

Browse files
committed
Updated to use r-ci-setup action
1 parent 2b940db commit c39e9c4

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424

25-
- name: Get Script
26-
run: curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh
25+
- name: Setup
26+
uses: eddelbuettel/github-actions/r-ci-setup@master
2727

2828
- name: Bootstrap
2929
run: ./run.sh bootstrap

ChangeLog

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
2024-07-13 Dirk Eddelbuettel <[email protected]>
2+
3+
* .github/workflows/ci.yaml (jobs): Update to r-ci-setup action
4+
15
2024-06-10 Dirk Eddelbuettel <[email protected]>
26

3-
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
4-
add r-ci-setup actions
7+
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4
58

69
2024-05-18 Dirk Eddelbuettel <[email protected]>
710

0 commit comments

Comments
 (0)