Skip to content

Commit b69255e

Browse files
committed
Updated to use r-ci-setup action
1 parent 3975d64 commit b69255e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-06-30 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

37
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,

0 commit comments

Comments
 (0)