Skip to content

Commit fb5fb19

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

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
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626

2727
- name: Setup
2828
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-06 Dirk Eddelbuettel <[email protected]>
2+
3+
* .github/workflows/ci.yaml: Switch to actions/checkout@v6
4+
15
2025-10-29 Dirk Eddelbuettel <[email protected]>
26

37
* configure: Account for linux-musl which is of course unsupported

0 commit comments

Comments
 (0)