Skip to content

Commit

Permalink
dfx 0.15.x -> 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Jan 25, 2024
1 parent 1b9a479 commit d7a17ed
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 20 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/motoko-composite-query-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
env:
DFX_VERSION: 0.15.0-beta.1
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Composite Query Darwin
run: |
Expand All @@ -33,8 +31,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Linux
env:
DFX_VERSION: 0.15.0-beta.1
run: bash .github/workflows/provision-linux.sh
- name: Motoko Composite Query Linux
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/motoko-icrc2-swap-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Linux
env:
DFX_VERSION: 0.15.1
run: bash .github/workflows/provision-linux.sh
- name: Motoko ICRC2-Swap Linux
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
env:
DFX_VERSION: 0.15.3
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Internet Identity Integration Darwin
run: |
Expand All @@ -32,8 +30,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Linux
env:
DFX_VERSION: 0.15.3
run: bash .github/workflows/provision-linux.sh
- name: Motoko Internet Identity Integration Linux
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-counter-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
run: DFX_VERSION="0.15.2" bash .github/workflows/provision-darwin.sh
run: bash .github/workflows/provision-darwin.sh
- name: Rust Counter Darwin
run: |
dfx start --background
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Linux
run: DFX_VERSION="0.15.2" bash .github/workflows/provision-linux.sh
run: bash .github/workflows/provision-linux.sh
- name: Rust Counter Linux
run: |
dfx start --background
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-hello-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
run: DFX_VERSION="0.15.2" bash .github/workflows/provision-darwin.sh
run: bash .github/workflows/provision-darwin.sh
- name: Rust Hello Darwin
run: |
dfx start --background
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Linux
run: DFX_VERSION="0.15.2" bash .github/workflows/provision-linux.sh
run: bash .github/workflows/provision-linux.sh
- name: Rust Hello Linux
run: |
dfx start --background
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-performance_counters-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
run: DFX_VERSION="0.15.2" bash .github/workflows/provision-darwin.sh
run: bash .github/workflows/provision-darwin.sh
- name: Rust Performance Counters Darwin
run: |
dfx start --background
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Linux
run: DFX_VERSION="0.15.2" bash .github/workflows/provision-linux.sh
run: bash .github/workflows/provision-linux.sh
- name: Rust Performance Counters Linux
run: |
dfx start --background
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-periodic_tasks-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
run: DFX_VERSION="0.15.2" bash .github/workflows/provision-darwin.sh
run: bash .github/workflows/provision-darwin.sh
- name: Rust Periodic Tasks Darwin
run: |
dfx start --background
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Linux
run: DFX_VERSION="0.15.2" bash .github/workflows/provision-linux.sh
run: bash .github/workflows/provision-linux.sh
- name: Rust Periodic Tasks Linux
run: |
dfx start --background
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-qrcode-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
run: DFX_VERSION="0.15.2" bash .github/workflows/provision-darwin.sh
run: bash .github/workflows/provision-darwin.sh
- name: Rust QRCode Darwin
run: |
dfx start --background
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Linux
run: DFX_VERSION="0.15.2" bash .github/workflows/provision-linux.sh
run: bash .github/workflows/provision-linux.sh
- name: Rust QRCode Linux
run: |
dfx start --background
Expand Down

0 comments on commit d7a17ed

Please sign in to comment.