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