Skip to content

Commit 97ae617

Browse files
committed
Update checkout action to v3
1 parent 5cfa891 commit 97ae617

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
r: RD
3737

3838
steps:
39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v3
4040

4141
#- name: Bootstrap
4242
# run: |
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
- name: Checkout Project
63-
uses: actions/checkout@v1
63+
uses: actions/checkout@v3
6464

6565
- name: Container
6666
run: docker pull rcpp/ci

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2022-11-14 Dirk Eddelbuettel <[email protected]>
2+
3+
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
4+
15
2022-10-27 Dirk Eddelbuettel <[email protected]>
26

37
* DESCRIPTION (Version, Date): Roll minor version

0 commit comments

Comments
 (0)