diff --git a/.github/workflows/smart-contract-action.yml b/.github/workflows/smart-contract-action.yml index 184eb3e..07ea1fb 100644 --- a/.github/workflows/smart-contract-action.yml +++ b/.github/workflows/smart-contract-action.yml @@ -84,7 +84,7 @@ jobs: uses: ./ with: github_token: ${{ secrets.GITHUB_TOKEN }} - provenance_version: "v1.16.0" + provenance_version: "v1.19.0-rc2" smart_contract_action_version: ${{ needs.docker.outputs.smart_contract_action_version }} test_script: "./smart-contract-action/test/test.sh" @@ -100,7 +100,7 @@ jobs: uses: ./ with: github_token: ${{ secrets.GITHUB_TOKEN }} - provenance_version: "v1.16.0" + provenance_version: "v1.19.0-rc2" smart_contract_action_version: ${{ needs.docker.outputs.smart_contract_action_version }} test_with_init_data: @@ -115,6 +115,6 @@ jobs: uses: ./ with: github_token: ${{ secrets.GITHUB_TOKEN }} - provenance_version: "v1.16.0" + provenance_version: "v1.19.0-rc2" smart_contract_action_version: ${{ needs.docker.outputs.smart_contract_action_version }} init_data: "./smart-contract-action/test/init_data"