Skip to content

Commit 201718f

Browse files
committed
Switch ci.yaml to actions/checkout@v6
1 parent 2dd016d commit 201718f

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
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929

3030
- name: Setup
3131
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-07 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* .github/workflows/ci.yaml: Switch to actions/checkout@v6
4+
15
2026-01-04 Dirk Eddelbuettel <edd@debian.org>
26

37
* NAMESPACE: Also import stats:na.omit and utils::packageVersion for

0 commit comments

Comments
 (0)