Skip to content

Commit 4942662

Browse files
committed
Switch ci.yaml to actions/checkout@v6
1 parent e3ea505 commit 4942662

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.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-15 Dirk Eddelbuettel <[email protected]>
2+
3+
* .github/workflows/ci.yaml: Switch to actions/checkout@v6
4+
15
2025-12-30 Dirk Eddelbuettel <[email protected]>
26

37
* inst/tinytest/test_misc.R: Additional tests predicate

0 commit comments

Comments
 (0)