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 5cfa891 commit 97ae617Copy full SHA for 97ae617
.github/workflows/ci.yaml
@@ -36,7 +36,7 @@ jobs:
36
r: RD
37
38
steps:
39
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
40
41
#- name: Bootstrap
42
# run: |
@@ -60,7 +60,7 @@ jobs:
60
runs-on: ubuntu-latest
61
62
- name: Checkout Project
63
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
64
65
- name: Container
66
run: docker pull rcpp/ci
ChangeLog
@@ -1,3 +1,7 @@
1
+2022-11-14 Dirk Eddelbuettel <edd@debian.org>
2
+
3
+ * .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
4
5
2022-10-27 Dirk Eddelbuettel <edd@debian.org>
6
7
* DESCRIPTION (Version, Date): Roll minor version
0 commit comments