diff --git a/.github/workflows/dispatch_deploy.yml b/.github/workflows/dispatch_deploy.yml index 5fa49dab..364a2531 100644 --- a/.github/workflows/dispatch_deploy.yml +++ b/.github/workflows/dispatch_deploy.yml @@ -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.9 + uses: WalletConnect/ci_workflows/.github/workflows/release-get_deployed_version.yml@0.2.17 with: task-name: ${{ vars.IMAGE_NAME }} aws-region: ${{ vars.AWS_REGION }} diff --git a/.github/workflows/dispatch_publish.yml b/.github/workflows/dispatch_publish.yml index 5ae2e35b..8b09eed0 100644 --- a/.github/workflows/dispatch_publish.yml +++ b/.github/workflows/dispatch_publish.yml @@ -35,7 +35,7 @@ jobs: release: name: Release - uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.9 + uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.17 secrets: inherit with: infra-changed: false diff --git a/.github/workflows/event_release.yml b/.github/workflows/event_release.yml index 87dedfed..580f0fed 100644 --- a/.github/workflows/event_release.yml +++ b/.github/workflows/event_release.yml @@ -46,7 +46,7 @@ jobs: release: name: Release needs: [ paths_filter ] - uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.9 + uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.17 secrets: inherit with: infra-changed: ${{ needs.paths_filter.outputs.infra == 'true' }} diff --git a/.github/workflows/sub-cd.yml b/.github/workflows/sub-cd.yml index 5b2a5f35..000dc904 100644 --- a/.github/workflows/sub-cd.yml +++ b/.github/workflows/sub-cd.yml @@ -31,7 +31,7 @@ jobs: cd-staging: name: Staging secrets: inherit - uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.2.9 + uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.2.17 with: deploy-infra: ${{ inputs.deploy-infra }} deploy-app: ${{ inputs.deploy-app }} @@ -74,7 +74,7 @@ jobs: needs: [ validate-staging-health, validate-staging-rust ] if: ${{ inputs.deploy-prod }} secrets: inherit - uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.2.9 + uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.2.17 with: deploy-infra: ${{ inputs.deploy-infra }} deploy-app: ${{ inputs.deploy-app }} diff --git a/.github/workflows/sub-ci.yml b/.github/workflows/sub-ci.yml index 295a5077..dff61110 100644 --- a/.github/workflows/sub-ci.yml +++ b/.github/workflows/sub-ci.yml @@ -28,7 +28,7 @@ jobs: ci: name: / secrets: inherit - uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.9 + uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.17 with: check-infra: ${{ inputs.check-infra }} check-app: ${{ inputs.check-app }}