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 e360bfc commit fb5fb19Copy full SHA for fb5fb19
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
26
27
- name: Setup
28
uses: eddelbuettel/github-actions/r-ci@master
ChangeLog
@@ -1,3 +1,7 @@
1
+2026-01-06 Dirk Eddelbuettel <[email protected]>
2
+
3
+ * .github/workflows/ci.yaml: Switch to actions/checkout@v6
4
5
2025-10-29 Dirk Eddelbuettel <[email protected]>
6
7
* configure: Account for linux-musl which is of course unsupported
0 commit comments