Skip to content

Commit

Permalink
fix(CD): bumping WalletConnect/ci_workflows shared actions workflow v…
Browse files Browse the repository at this point in the history
…ersion
  • Loading branch information
geekbrother committed Jan 8, 2025
1 parent 711959e commit 0dd95b1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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/[email protected].9
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].17
with:
task-name: ${{ vars.IMAGE_NAME }}
aws-region: ${{ vars.AWS_REGION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

release:
name: Release
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].9
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].17
secrets: inherit
with:
infra-changed: false
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 @@ -46,7 +46,7 @@ jobs:
release:
name: Release
needs: [ paths_filter ]
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].9
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].17
secrets: inherit
with:
infra-changed: ${{ needs.paths_filter.outputs.infra == 'true' }}
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/[email protected].9
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].17
with:
deploy-infra: ${{ inputs.deploy-infra }}
deploy-app: ${{ inputs.deploy-app }}
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
needs: [ validate-staging-health, validate-staging-rust ]
if: ${{ inputs.deploy-prod }}
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].9
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].17
with:
deploy-infra: ${{ inputs.deploy-infra }}
deploy-app: ${{ inputs.deploy-app }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ci:
name: /
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].9
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].17
with:
check-infra: ${{ inputs.check-infra }}
check-app: ${{ inputs.check-app }}
Expand Down

0 comments on commit 0dd95b1

Please sign in to comment.