Skip to content

Commit c42f9ed

Browse files
even more
1 parent b3276e3 commit c42f9ed

7 files changed

+21
-14
lines changed

.github/workflows/motoko-encrypted-notes-example.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- attempt-dfx-0.16.0
67
pull_request:
78
paths:
89
- motoko/encrypted-notes-dapp/**
@@ -19,7 +20,7 @@ jobs:
1920
- uses: actions/checkout@v1
2021
- name: Provision Darwin
2122
env:
22-
DFX_VERSION: 0.14.2
23+
DFX_VERSION: 0.16.0
2324
run: bash .github/workflows/provision-darwin.sh
2425
- name: Motoko Encrypted Notes Darwin (unit tests)
2526
run: |
@@ -37,7 +38,7 @@ jobs:
3738
- uses: actions/checkout@v1
3839
- name: Provision Linux
3940
env:
40-
DFX_VERSION: 0.14.2
41+
DFX_VERSION: 0.16.0
4142
run: bash .github/workflows/provision-linux.sh
4243
- name: Motoko Encrypted Notes Linux (unit tests)
4344
run: |

.github/workflows/motoko-encrypted-notes-vetkd-example.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- attempt-dfx-0.16.0
67
pull_request:
78
paths:
89
- motoko/encrypted-notes-dapp-vetkd/**
@@ -19,7 +20,7 @@ jobs:
1920
- uses: actions/checkout@v1
2021
- name: Provision Darwin
2122
env:
22-
DFX_VERSION: 0.14.2
23+
DFX_VERSION: 0.16.0
2324
run: bash motoko/encrypted-notes-dapp-vetkd/provision-darwin.sh
2425
- name: Motoko Encrypted Notes Darwin (unit tests)
2526
run: |
@@ -37,7 +38,7 @@ jobs:
3738
- uses: actions/checkout@v1
3839
- name: Provision Linux
3940
env:
40-
DFX_VERSION: 0.14.2
41+
DFX_VERSION: 0.16.0
4142
run: bash .github/workflows/provision-linux.sh
4243
- name: Motoko Encrypted Notes Linux (unit tests)
4344
run: |

.github/workflows/motoko-vetkd-example.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- attempt-dfx-0.16.0
67
pull_request:
78
paths:
89
- motoko/vetkd/**
@@ -19,7 +20,7 @@ jobs:
1920
- uses: actions/checkout@v1
2021
- name: Provision Darwin
2122
env:
22-
DFX_VERSION: 0.14.2
23+
DFX_VERSION: 0.16.0
2324
NODE_VERSION: 19.8.1
2425
run: bash .github/workflows/provision-darwin.sh
2526
- name: Motoko vetKD Darwin
@@ -34,7 +35,7 @@ jobs:
3435
- uses: actions/checkout@v1
3536
- name: Provision Linux
3637
env:
37-
DFX_VERSION: 0.14.2
38+
DFX_VERSION: 0.16.0
3839
run: bash .github/workflows/provision-linux.sh
3940
- name: Motoko vetKD Linux
4041
run: |

.github/workflows/rust-canister-info-example.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- attempt-dfx-0.16.0
67
pull_request:
78
paths:
89
- rust/canister-info/**
@@ -19,7 +20,7 @@ jobs:
1920
steps:
2021
- uses: actions/checkout@v1
2122
- name: Provision Darwin
22-
run: DFX_VERSION="0.14.2" bash .github/workflows/provision-darwin.sh
23+
run: DFX_VERSION="0.16.0" bash .github/workflows/provision-darwin.sh
2324
- name: Rust Canister info Darwin
2425
run: |
2526
dfx start --background
@@ -31,7 +32,7 @@ jobs:
3132
steps:
3233
- uses: actions/checkout@v1
3334
- name: Provision Linux
34-
run: DFX_VERSION="0.14.2" bash .github/workflows/provision-linux.sh
35+
run: DFX_VERSION="0.16.0" bash .github/workflows/provision-linux.sh
3536
- name: Rust Canister info Linux
3637
run: |
3738
dfx start --background

.github/workflows/rust-encrypted-notes-example.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- attempt-dfx-0.16.0
67
pull_request:
78
paths:
89
- rust/encrypted-notes-dapp/**
@@ -19,7 +20,7 @@ jobs:
1920
- uses: actions/checkout@v1
2021
- name: Provision Darwin
2122
env:
22-
DFX_VERSION: 0.14.2
23+
DFX_VERSION: 0.16.0
2324
run: bash .github/workflows/provision-darwin.sh
2425
- name: Rust Encrypted Notes Darwin (unit tests)
2526
run: |
@@ -37,7 +38,7 @@ jobs:
3738
- uses: actions/checkout@v1
3839
- name: Provision Linux
3940
env:
40-
DFX_VERSION: 0.14.2
41+
DFX_VERSION: 0.16.0
4142
run: bash .github/workflows/provision-linux.sh
4243
- name: Rust Encrypted Notes Linux (unit tests)
4344
run: |

.github/workflows/rust-encrypted-notes-vetkd-example.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- attempt-dfx-0.16.0
67
pull_request:
78
paths:
89
- motoko/encrypted-notes-dapp-vetkd/**
@@ -19,7 +20,7 @@ jobs:
1920
- uses: actions/checkout@v1
2021
- name: Provision Darwin
2122
env:
22-
DFX_VERSION: 0.14.2
23+
DFX_VERSION: 0.16.0
2324
run: bash motoko/encrypted-notes-dapp-vetkd/provision-darwin.sh
2425
- name: Rust Encrypted Notes Darwin (unit tests)
2526
run: |
@@ -37,7 +38,7 @@ jobs:
3738
- uses: actions/checkout@v1
3839
- name: Provision Linux
3940
env:
40-
DFX_VERSION: 0.14.2
41+
DFX_VERSION: 0.16.0
4142
run: bash .github/workflows/provision-linux.sh
4243
- name: Rust Encrypted Notes Linux (unit tests)
4344
run: |

.github/workflows/rust-vetkd-example.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- attempt-dfx-0.16.0
67
pull_request:
78
paths:
89
- rust/vetkd/**
@@ -19,7 +20,7 @@ jobs:
1920
- uses: actions/checkout@v1
2021
- name: Provision Darwin
2122
env:
22-
DFX_VERSION: 0.14.2
23+
DFX_VERSION: 0.16.0
2324
NODE_VERSION: 19.8.1
2425
run: bash .github/workflows/provision-darwin.sh
2526
- name: Rust vetKD Darwin
@@ -34,7 +35,7 @@ jobs:
3435
- uses: actions/checkout@v1
3536
- name: Provision Linux
3637
env:
37-
DFX_VERSION: 0.14.2
38+
DFX_VERSION: 0.16.0
3839
run: bash .github/workflows/provision-linux.sh
3940
- name: Rust vetKD Linux
4041
run: |

0 commit comments

Comments
 (0)