We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff68ed7 commit db45e22Copy full SHA for db45e22
.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-02-04 Dirk Eddelbuettel <edd@debian.org>
2
+
3
+ * .github/workflows/ci.yaml: Switch to actions/checkout@v6
4
5
2025-10-13 Dirk Eddelbuettel <edd@debian.org>
6
7
* docs/*: Refreshed with syntax highlighting enabled
0 commit comments