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 b92b5b2 commit e6fd4a1Copy full SHA for e6fd4a1
.github/workflows/ci.yaml
@@ -20,10 +20,11 @@ jobs:
20
runs-on: ${{ matrix.os }}
21
22
steps:
23
- - uses: actions/checkout@v3
+ - name: Checkout
24
+ uses: actions/checkout@v4
25
- - name: Get Script
26
- run: curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh
+ - name: Setup
27
+ uses: eddelbuettel/github-actions/r-ci-setup@master
28
29
- name: Bootstrap
30
run: ./run.sh bootstrap
ChangeLog
@@ -1,3 +1,8 @@
1
+2024-03-01 Dirk Eddelbuettel <edd@debian.org>
2
+
3
+ * .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
4
+ add r-ci-setup actions
5
6
2024-02-28 Dirk Eddelbuettel <edd@debian.org>
7
8
* DESCRIPTION (Version, Date): Release 0.3.4.0.0
0 commit comments