Skip to content

Commit

Permalink
Update GitHub Actions to actions/checkout@v4 and r-ci-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Apr 3, 2024
1 parent c0790f7 commit 5c651a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Expand Up @@ -20,10 +20,11 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v4

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

- name: Bootstrap
run: ./run.sh bootstrap
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2024-04-02 Dirk Eddelbuettel <edd@debian.org>

* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
add r-ci-setup actions

2024-01-12 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Version 0.0.16
Expand Down

0 comments on commit 5c651a0

Please sign in to comment.