Update GitHub Actions yaml to use actions/checkout@v4

This commit is contained in:
Dirk Eddelbuettel 2024-01-05 19:02:29 -06:00
parent e4cc84f8c2
commit 869ce2f7cb
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,7 @@
2024-01-05 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4
2022-10-31 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3