Skip to content

Commit

Permalink
fix: update ci_workflow dependencies (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
xav authored Feb 7, 2024
1 parent cf4bde0 commit 3efb889
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
name: Lookup Version
if: ${{ !inputs.deploy-app && inputs.version == '-current-' }}
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/release-get_deployed_version.yml@0.2.0
uses: WalletConnect/ci_workflows/.github/workflows/release-get_deployed_version.yml@0.2.4
with:
task-name-stage: prod
task-name: ${{ vars.TASK_NAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dispatch_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ permissions:
jobs:
ci:
name: CI
uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.0
uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.4
secrets: inherit
with:
check-infra: false
check-app: true

release:
name: Release
uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.0
uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.4
secrets: inherit
with:
infra-changed: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ permissions:
jobs:
ci:
name: CI
uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.0
uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.4
secrets: inherit
with:
check-infra: ${{ inputs.check-infra }}
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 @@ -45,7 +45,7 @@ jobs:
release:
name: Release
needs: [ paths_filter ]
uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.0
uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.4
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.0
uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.2.4
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.0
uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.2.4
with:
deploy-infra: ${{ inputs.deploy-infra }}
deploy-app: ${{ inputs.deploy-app && !inputs.deploy-infra }}
Expand Down

0 comments on commit 3efb889

Please sign in to comment.