Update GitHub Actions yaml to use actions/checkout@v3

This commit is contained in:
Dirk Eddelbuettel 2022-10-31 21:24:23 -05:00
parent 11f1979e0a
commit e4cc84f8c2
2 changed files with 9 additions and 6 deletions

View File

@ -7,7 +7,6 @@ on:
pull_request:
env:
USE_BSPM: "true"
_R_CHECK_FORCE_SUGGESTS_: "false"
jobs:
@ -21,13 +20,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Get Script
run: curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh
- name: Bootstrap
run: |
curl -OLs https://eddelbuettel.github.io/r-ci/run.sh
chmod 0755 run.sh
./run.sh bootstrap
run: ./run.sh bootstrap
- name: Dependencies
run: ./run.sh install_all

View File

@ -1,3 +1,7 @@
2022-10-31 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
2021-11-05 Dirk Eddelbuettel <edd@debian.org>
* README.md: Remove Travis badge