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:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
USE_BSPM: "true"
|
|
||||||
_R_CHECK_FORCE_SUGGESTS_: "false"
|
_R_CHECK_FORCE_SUGGESTS_: "false"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -21,13 +20,13 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
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
|
- name: Bootstrap
|
||||||
run: |
|
run: ./run.sh bootstrap
|
||||||
curl -OLs https://eddelbuettel.github.io/r-ci/run.sh
|
|
||||||
chmod 0755 run.sh
|
|
||||||
./run.sh bootstrap
|
|
||||||
|
|
||||||
- name: Dependencies
|
- name: Dependencies
|
||||||
run: ./run.sh install_all
|
run: ./run.sh install_all
|
||||||
|
@ -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>
|
2021-11-05 Dirk Eddelbuettel <edd@debian.org>
|
||||||
|
|
||||||
* README.md: Remove Travis badge
|
* README.md: Remove Travis badge
|
||||||
|
Loading…
x
Reference in New Issue
Block a user