We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd016d commit 201718fCopy full SHA for 201718f
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
29
30
- name: Setup
31
uses: eddelbuettel/github-actions/r-ci@master
ChangeLog
@@ -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
5
2026-01-04 Dirk Eddelbuettel <edd@debian.org>
6
7
* NAMESPACE: Also import stats:na.omit and utils::packageVersion for
0 commit comments