We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79edf1c commit ed1544dCopy full SHA for ed1544d
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ${{ matrix.os }}
21
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
24
25
- name: Setup
26
uses: eddelbuettel/github-actions/r-ci@master
ChangeLog
@@ -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
5
2024-12-17 Dirk Eddelbuettel <edd@debian.org>
6
7
* .github/workflows/ci.yaml: Simplify to r-ci with included bootstrap
0 commit comments