From 869ce2f7cb48206da144eb8c4f50b707dc4376da Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Fri, 5 Jan 2024 19:02:29 -0600 Subject: [PATCH] Update GitHub Actions yaml to use actions/checkout@v4 --- .github/workflows/ci.yaml | 2 +- ChangeLog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f4b929d..0886d95 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - 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 fb99ba8..d990dc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-01-05 Dirk Eddelbuettel + + * .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4 + 2022-10-31 Dirk Eddelbuettel * .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3