Skip to content

Commit

Permalink
set github workflows provenance version to 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwtalley committed Oct 31, 2024
1 parent 133d3df commit 5bd7e57
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.0-rc5"
provenance_version: "v1.20.0"
test_script: "./scripts/gh-action-test/tutorial_test.sh"

test_attrs_smart_contract:
Expand All @@ -57,7 +57,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.0-rc5"
provenance_version: "v1.20.0"
smart_contract_action_version: "latest"
test_script: "./scripts/gh-action-test/attrs_test.sh"

Expand All @@ -78,7 +78,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.0-rc5"
provenance_version: "v1.20.0"
smart_contract_action_version: "latest"
test_script: "./scripts/gh-action-test/marker_test.sh"

Expand All @@ -99,7 +99,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.0-rc5"
provenance_version: "v1.20.0"
smart_contract_action_version: "latest"
test_script: "./scripts/gh-action-test/msgfees_test.sh"

Expand All @@ -120,7 +120,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.0-rc5"
provenance_version: "v1.20.0"
smart_contract_action_version: "latest"
test_script: "./scripts/gh-action-test/name_test.sh"

Expand All @@ -141,7 +141,7 @@ jobs:
# uses: provenance-io/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# provenance_version: "v1.19.0-rc5"
# provenance_version: "v1.20.0"
# smart_contract_action_version: "latest"
# test_script: "./scripts/gh-action-test/scope_test.sh"

Expand All @@ -162,7 +162,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.0-rc5"
provenance_version: "v1.20.0"
smart_contract_action_version: "latest"
test_script: "./scripts/gh-action-test/trigger_test.sh"

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.1"
provenance_version: "v1.20.0"
test_script: "./scripts/gh-action-test/tutorial_test.sh"

test_attrs_smart_contract:
Expand All @@ -55,7 +55,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.1"
provenance_version: "v1.20.0"
smart_contract_action_version: "latest"
test_script: "./scripts/gh-action-test/attrs_test.sh"

Expand All @@ -76,7 +76,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.1"
provenance_version: "v1.20.0"
smart_contract_action_version: "latest"
test_script: "./scripts/gh-action-test/marker_test.sh"

Expand All @@ -97,7 +97,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.1"
provenance_version: "v1.20.0"
smart_contract_action_version: "latest"
test_script: "./scripts/gh-action-test/msgfees_test.sh"

Expand All @@ -118,7 +118,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.1"
provenance_version: "v1.20.0"
smart_contract_action_version: "latest"
test_script: "./scripts/gh-action-test/name_test.sh"

Expand All @@ -139,7 +139,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.1"
provenance_version: "v1.20.0"
smart_contract_action_version: "latest"
test_script: "./scripts/gh-action-test/scope_test.sh"

Expand All @@ -160,6 +160,6 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.1"
provenance_version: "v1.20.0"
smart_contract_action_version: "latest"
test_script: "./scripts/gh-action-test/trigger_test.sh"

0 comments on commit 5bd7e57

Please sign in to comment.