Skip to content

Commit

Permalink
chore: upgrade deps (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Apr 26, 2024
1 parent 86facf5 commit 6b251f8
Show file tree
Hide file tree
Showing 12 changed files with 1,058 additions and 336 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: Lookup Version
if: ${{ inputs.version-type == 'current' }}
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/release-get_deployed_version.yml@0.2.7
uses: WalletConnect/ci_workflows/.github/workflows/release-get_deployed_version.yml@0.2.9
with:
task-name-stage: prod
task-name: ${{ vars.TASK_NAME }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/dispatch_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@ permissions:
jobs:
ci:
name: CI
uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.7
uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.9
secrets: inherit
with:
rust-toolchain-formatting: nightly
check-infra: false
check-app: true

release:
name: Release
uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.7
uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.9
secrets: inherit
with:
infra-changed: false
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dispatch_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ permissions:
jobs:
ci:
name: CI
uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.7
uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.9
secrets: inherit
with:
rust-toolchain-formatting: nightly
check-infra: ${{ inputs.check-infra }}
check-app: ${{ inputs.check-app }}

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/event_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:
ci:
name: CI
needs: [ paths-filter ]
uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.7
uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.9
secrets: inherit
with:
rust-toolchain-formatting: nightly
check-app: ${{ needs.paths-filter.outputs.app == 'true' }}
check-infra: ${{ needs.paths-filter.outputs.infra == 'true' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/event_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
release:
name: Release
needs: [ paths_filter ]
uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.7
uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.9
secrets: inherit
with:
task-name: ${{ vars.TASK_NAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sub-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cd-staging:
name: Staging
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.2.7
uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.2.9
with:
deploy-infra: ${{ inputs.deploy-infra }}
deploy-app: ${{ inputs.deploy-app && !inputs.deploy-infra }}
Expand All @@ -57,7 +57,7 @@ jobs:
needs: [ validate-staging ]
if: ${{ inputs.deploy-prod }}
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.2.7
uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.2.9
with:
deploy-infra: ${{ inputs.deploy-infra }}
deploy-app: ${{ inputs.deploy-app && !inputs.deploy-infra }}
Expand Down
Loading

0 comments on commit 6b251f8

Please sign in to comment.