Skip to content

Commit 4851198

Browse files
authored
Bump Aptos CLI to 7.14.0 (#332)
1 parent 263d3ed commit 4851198

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/aptos-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Install Aptos CLI
1010
uses: aptos-labs/actions/install-aptos-cli@ce57287eb852b9819c1d74fecc3be187677559fd # v0.1
1111
with:
12-
CLI_VERSION: 7.13.0
12+
CLI_VERSION: 7.14.0
1313
- name: Run make wrappers
1414
run: make wrappers
1515
- name: Check if any files have been changed

.github/workflows/aptos-ccip-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Aptos CLI
3030
uses: aptos-labs/actions/install-aptos-cli@ce57287eb852b9819c1d74fecc3be187677559fd # v0.1
3131
with:
32-
CLI_VERSION: 7.13.0
32+
CLI_VERSION: 7.14.0
3333

3434
- name: Run tests
3535
run: |

.github/workflows/aptos-ccip-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install Aptos CLI
3535
uses: aptos-labs/actions/install-aptos-cli@ce57287eb852b9819c1d74fecc3be187677559fd # v0.1
3636
with:
37-
CLI_VERSION: 7.13.0
37+
CLI_VERSION: 7.14.0
3838

3939
- name: Checkout chainlink-aptos
4040
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5

.github/workflows/aptos-contracts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Aptos CLI
1919
uses: aptos-labs/actions/install-aptos-cli@ce57287eb852b9819c1d74fecc3be187677559fd # v0.1
2020
with:
21-
CLI_VERSION: 7.13.0
21+
CLI_VERSION: 7.14.0
2222

2323
- name: Run tests
2424
run: make move-test

.github/workflows/aptos-movefmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Install Aptos CLI
1010
uses: aptos-labs/actions/install-aptos-cli@ce57287eb852b9819c1d74fecc3be187677559fd # v0.1
1111
with:
12-
CLI_VERSION: 7.13.0
12+
CLI_VERSION: 7.14.0
1313
- name: Update movefmt
1414
run: aptos update movefmt --target-version 1.4.5 # Fix version to prevent accidentally breaking the CI
1515
- name: Run movefmt

.github/workflows/aptos-relayer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install Aptos CLI
4646
uses: aptos-labs/actions/install-aptos-cli@ce57287eb852b9819c1d74fecc3be187677559fd # v0.1
4747
with:
48-
CLI_VERSION: 7.13.0
48+
CLI_VERSION: 7.14.0
4949

5050
- name: Wait for PostgreSQL
5151
run: |

.github/workflows/go-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Aptos CLI
2525
uses: aptos-labs/actions/install-aptos-cli@ce57287eb852b9819c1d74fecc3be187677559fd # v0.1
2626
with:
27-
CLI_VERSION: 7.13.0
27+
CLI_VERSION: 7.14.0
2828
- name: Build and test
2929
uses: smartcontractkit/.github/actions/ci-test-go@ci-test-go/1.0.0
3030
with:

scripts/devnet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
dir="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
44

55
container_name="chainlink-aptos.devnet"
6-
container_image="aptoslabs/tools:aptos-node-v1.38.7"
6+
container_image="aptoslabs/tools:aptos-node-v1.39.2"
77

88
if [ -n "${CUSTOM_IMAGE:-}" ]; then
99
container_image="${CUSTOM_IMAGE}"

0 commit comments

Comments
 (0)