diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b6bfbc9..c7a8fdc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - name: Checkout + uses: actions/checkout@v4 + + - name: Setup + uses: eddelbuettel/github-actions/r-ci-setup@master - name: Get Script run: curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh diff --git a/ChangeLog b/ChangeLog index ad0db5f..bdb2faa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-03-11 Dirk Eddelbuettel + + * .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4, + add r-ci-setup actions + 2022-11-14 Dirk Eddelbuettel * .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3