File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 33dir=" $( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd ) "
44
55container_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
88if [ -n " ${CUSTOM_IMAGE:- } " ]; then
99 container_image=" ${CUSTOM_IMAGE} "
You can’t perform that action at this time.
0 commit comments