Skip to content

Commit

Permalink
change to provenance v1.19.0-rc2 for github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kwtalley committed Jun 26, 2024
1 parent 9763f85 commit b055494
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/smart-contract-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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:
Expand All @@ -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"

0 comments on commit b055494

Please sign in to comment.