From f213c7b794ea898fd08142921109ad316893610e Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Thu, 15 Feb 2024 20:19:52 -0600 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 d784b85..a76c070 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,10 +21,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 3977598..5cc297f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-02-15 Dirk Eddelbuettel + + * .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4, + add r-ci-setup actions + 2023-01-11 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Relase 0.0.5