Skip to content

Commit 569dae7

Browse files
committed
Switch ci.yaml to actions/checkout@v6
1 parent 42e3d6a commit 569dae7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525

2626
- name: Setup
2727
uses: eddelbuettel/github-actions/r-ci@master

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2026-01-04 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* .github/workflows/ci.yaml: Switch to actions/checkout@v6
4+
15
2025-10-09 Michael Chirico <chiricom@google.com>
26

37
* inst/examples/installRub.r: Handle "bizarre" (`?osVersion`)

0 commit comments

Comments
 (0)