We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ea505 commit 4942662Copy full SHA for 4942662
.github/workflows/ci.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: Checkout
24
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
25
26
- name: Setup
27
uses: eddelbuettel/github-actions/r-ci@master
ChangeLog
@@ -1,3 +1,7 @@
1
+2026-01-15 Dirk Eddelbuettel <[email protected]>
2
+
3
+ * .github/workflows/ci.yaml: Switch to actions/checkout@v6
4
5
2025-12-30 Dirk Eddelbuettel <[email protected]>
6
7
* inst/tinytest/test_misc.R: Additional tests predicate
0 commit comments