From e3ecbfceeac93b3d4844d3f7033f85f5e111a853 Mon Sep 17 00:00:00 2001 From: borispovod Date: Mon, 12 Feb 2024 17:34:37 +0400 Subject: [PATCH] fix: CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cb29d71..a3b61fa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - name: Get Aptos uses: pontem-network/get-aptos@main with: - version: aptos-cli-v1.0.3 + version: latest token: ${{ secrets.GITHUB_TOKEN }} prover: true