Skip to content

Commit e6fd4a1

Browse files
committed
Update GitHub Actions to actions/checkout@v4 and r-ci-setup
1 parent b92b5b2 commit e6fd4a1

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/ci.yaml

+4-3
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: Get 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

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2024-03-01 Dirk Eddelbuettel <[email protected]>
2+
3+
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
4+
add r-ci-setup actions
5+
16
2024-02-28 Dirk Eddelbuettel <[email protected]>
27

38
* DESCRIPTION (Version, Date): Release 0.3.4.0.0

0 commit comments

Comments
 (0)