From 7a17b89cfa824c62959d3e3649fa26e67d52b722 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Tue, 2 Apr 2024 20:16:16 -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 b6bfbc9..e9a4c9b 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 97525de..fd134d6 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 + 2023-05-26 Walter Somerville * DESCRIPTION (Imports): Updated minimum version of Rcpp