mirror of
https://github.com/eddelbuettel/binb
synced 2024-12-22 04:29:59 +01:00
Update GitHub Actions yaml to use actions/checkout@v3
This commit is contained in:
parent
11f1979e0a
commit
e4cc84f8c2
11
.github/workflows/ci.yaml
vendored
11
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user