Skip to content

Commit 2b940db

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

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424

2525
- name: Get Script
2626
run: curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh

ChangeLog

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

38
* README.md: Use tinyverse.netlify.app for dependency badge

0 commit comments

Comments
 (0)