Skip to content

Commit ed1544d

Browse files
committed
Switch ci.yaml to actions/checkout@v6
1 parent 79edf1c commit ed1544d

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
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121

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

2525
- name: Setup
2626
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+
2025-11-27 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* .github/workflows/ci.yaml: Switch to actions/checkout@v6
4+
15
2024-12-17 Dirk Eddelbuettel <edd@debian.org>
26

37
* .github/workflows/ci.yaml: Simplify to r-ci with included bootstrap

0 commit comments

Comments
 (0)