File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
actions/gradual-deploy-cloudflare
composite/deploy-cloudflare Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3030 apiToken : ${{ inputs.apiToken }}
3131 accountId : ${{ inputs.accountId }}
3232 workingDirectory : ./
33- wranglerVersion : ' 4.10 .0'
33+ wranglerVersion : ' 4.43 .0'
3434 environment : ${{ inputs.environment }}
3535 command : deployments status --config ./packages/gitbook/openNext/customWorkers/defaultWrangler.jsonc
3636
4949 apiToken : ${{ inputs.apiToken }}
5050 accountId : ${{ inputs.accountId }}
5151 workingDirectory : ./
52- wranglerVersion : ' 4.10 .0'
52+ wranglerVersion : ' 4.43 .0'
5353 environment : ${{ inputs.environment }}
5454 command : versions deploy ${{ steps.extract_current_version.outputs.version_id }}@100% ${{ inputs.serverVersionId }}@0% -y --config ./packages/gitbook/openNext/customWorkers/defaultWrangler.jsonc
5555
6161 apiToken : ${{ inputs.apiToken }}
6262 accountId : ${{ inputs.accountId }}
6363 workingDirectory : ./
64- wranglerVersion : ' 4.10 .0'
64+ wranglerVersion : ' 4.43 .0'
6565 environment : ${{ inputs.environment }}
6666 command : versions deploy ${{ inputs.middlewareVersionId }}@100% -y --config ./packages/gitbook/openNext/customWorkers/middlewareWrangler.jsonc
6767
7171 apiToken : ${{ inputs.apiToken }}
7272 accountId : ${{ inputs.accountId }}
7373 workingDirectory : ./
74- wranglerVersion : ' 4.10 .0'
74+ wranglerVersion : ' 4.43 .0'
7575 environment : ${{ inputs.environment }}
7676 command : versions deploy ${{ inputs.serverVersionId }}@100% -y --config ./packages/gitbook/openNext/customWorkers/defaultWrangler.jsonc
7777
Original file line number Diff line number Diff line change 7070 apiToken : ${{ inputs.apiToken }}
7171 accountId : ${{ inputs.accountId }}
7272 workingDirectory : ./
73- wranglerVersion : ' 4.10 .0'
73+ wranglerVersion : ' 4.43 .0'
7474 environment : ${{ inputs.environment }}
7575 command : deploy --config ./packages/gitbook/openNext/customWorkers/doWrangler.jsonc
7676
8181 apiToken : ${{ inputs.apiToken }}
8282 accountId : ${{ inputs.accountId }}
8383 workingDirectory : ./
84- wranglerVersion : ' 4.10 .0'
84+ wranglerVersion : ' 4.43 .0'
8585 environment : ${{ inputs.environment }}
8686 command : ${{ format('versions upload --tag {0} --message "{1}"', inputs.commitTag, inputs.commitMessage) }} --config ./packages/gitbook/openNext/customWorkers/defaultWrangler.jsonc
8787
@@ -104,7 +104,7 @@ runs:
104104 apiToken : ${{ inputs.apiToken }}
105105 accountId : ${{ inputs.accountId }}
106106 workingDirectory : ./
107- wranglerVersion : ' 4.10 .0'
107+ wranglerVersion : ' 4.43 .0'
108108 environment : ${{ inputs.environment }}
109109 command : ${{ format('versions upload --tag {0} --message "{1}"', inputs.commitTag, inputs.commitMessage) }} --config ./packages/gitbook/openNext/customWorkers/middlewareWrangler.jsonc
110110
You can’t perform that action at this time.
0 commit comments