diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0886d95b9..023be7ea1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/ChangeLog b/ChangeLog index 3c80b2cea..c494a0125 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-06-14 Dirk Eddelbuettel + + * .github/workflows/ci.yaml (jobs): Update to r-ci-setup action + 2024-05-17 Dirk Eddelbuettel * README.md: Use tinyverse.netlify.app for dependency badge