diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ee72c66..1c7df9d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,10 +20,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - name: Checkout + 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 66ad418..ecf4b1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-02-23 Dirk Eddelbuettel + + * .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4, + add r-ci-setup actions + 2022-12-01 Dirk Eddelbuettel * .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3