File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,11 @@ jobs:
2020 runs-on : ${{ matrix.os }}
2121
2222 steps :
23- - uses : actions/checkout@v3
23+ - name : Checkout
24+ uses : actions/checkout@v4
2425
25- - name : Script
26- run : curl -OLs https:// eddelbuettel. github.io /r-ci/run.sh && chmod 0755 run.sh
26+ - name : Setup
27+ uses : eddelbuettel/ github-actions /r-ci-setup@master
2728
2829 - name : Bootstrap
2930 run : ./run.sh bootstrap
Original file line number Diff line number Diff line change 1+ 2024-02-08 Dirk Eddelbuettel <
[email protected] >
2+
3+ * .github/workflows/ci.yaml (jobs): Switch to actions/checkout@v4 and
4+ eddelbuettel/github-actions/r-ci-setup@master
5+
162024-02-06 Dirk Eddelbuettel <
[email protected] >
27
38 * DESCRIPTION (Version, Date): RcppArmadillo 0.12.8.0.0
You can’t perform that action at this time.
0 commit comments