Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/setup-sui/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Setup Sui CLI
description: Install and cache Sui CLI using suiup
inputs:
version:
description: Sui CLI version to install (e.g., mainnet-v1.72.5)
description: Sui CLI version to install (e.g., mainnet-v1.74.1)
required: false
default: mainnet-v1.72.5
default: mainnet-v1.74.1
github-token:
description: GitHub token to use for authentication
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ jobs:
uses: aptos-labs/actions/install-aptos-cli@fdd3a3a628c840d5c35086a87e9cc3141b635505 # 2026-05-20
with:
CLI_VERSION: 8.1.0
- name: Setup Sui CLI v1.72.2
- name: Setup Sui CLI v1.74.1
uses: ./.github/actions/setup-sui
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
version: mainnet-v1.72.2
version: mainnet-v1.74.1
- name: Setup Postgres
uses: smartcontractkit/.github/actions/setup-postgres@setup-postgres/v1
with:
Expand Down
Loading