From 5c651a029b087f42869ec38701ac8216ae802b74 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Tue, 2 Apr 2024 20:14:06 -0500 Subject: [PATCH] Update GitHub Actions to actions/checkout@v4 and r-ci-setup --- .github/workflows/ci.yaml | 7 ++++--- ChangeLog | 5 +++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f4b929d..3eb60b4 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 ac7aafa..a8cbe07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-04-02 Dirk Eddelbuettel + + * .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4, + add r-ci-setup actions + 2024-01-12 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Version 0.0.16