Skip to content

Commit 61a21db

Browse files
committed
Update GitHub Actions to actions/checkout@v4 and r-ci-setup
1 parent 9cb4c8a commit 61a21db

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
@@ -21,10 +21,11 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- name: Checkout
25+
uses: actions/checkout@v4
2526

26-
- name: Get Script
27-
run: curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh
27+
- name: Setup
28+
uses: eddelbuettel/github-actions/r-ci-setup@master
2829

2930
- name: Bootstrap
3031
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-04-02 Dirk Eddelbuettel <[email protected]>
2+
3+
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
4+
add r-ci-setup actions
5+
16
2023-08-19 Dirk Eddelbuettel <[email protected]>
27

38
* DESCRIPTION (Version, Date): Release 0.2.4

0 commit comments

Comments
 (0)