Skip to content

Commit

Permalink
Updated to use r-ci-setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jul 13, 2024
1 parent 2b940db commit c39e9c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- name: Bootstrap
run: ./run.sh bootstrap
Expand Down
7 changes: 5 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
2024-07-13 Dirk Eddelbuettel <edd@debian.org>

* .github/workflows/ci.yaml (jobs): Update to r-ci-setup action

2024-06-10 Dirk Eddelbuettel <edd@debian.org>

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

2024-05-18 Dirk Eddelbuettel <edd@debian.org>

Expand Down

0 comments on commit c39e9c4

Please sign in to comment.