Skip to content

Commit 609d0cb

Browse files
committed
Switch to checkout@v4 and r-ci-setup@master [ci skip]
1 parent 50a9a61 commit 609d0cb

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
2024-02-06 Dirk Eddelbuettel <[email protected]>
27

38
* DESCRIPTION (Version, Date): RcppArmadillo 0.12.8.0.0

0 commit comments

Comments
 (0)