File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/composite/deploy-cloudflare Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7070 apiToken : ${{ inputs.apiToken }}
7171 accountId : ${{ inputs.accountId }}
7272 workingDirectory : ./
73- wranglerVersion : ' 4.21.0 '
73+ wranglerVersion : ' 4.21.1 '
7474 environment : ${{ inputs.environment }}
7575 command : deploy --config ./packages/gitbook-v2/openNext/customWorkers/doWrangler.jsonc
7676
@@ -104,7 +104,7 @@ runs:
104104 apiToken : ${{ inputs.apiToken }}
105105 accountId : ${{ inputs.accountId }}
106106 workingDirectory : ./
107- wranglerVersion : ' 4.21.0 '
107+ wranglerVersion : ' 4.21.1 '
108108 command : deploy --config ./packages/gitbook-v2/openNext/customWorkers/containerWrangler.jsonc
109109
110110 - id : upload_middleware
@@ -114,7 +114,7 @@ runs:
114114 apiToken : ${{ inputs.apiToken }}
115115 accountId : ${{ inputs.accountId }}
116116 workingDirectory : ./
117- wranglerVersion : ' 4.21.0 '
117+ wranglerVersion : ' 4.21.1 '
118118 environment : ${{ inputs.environment }}
119119 command : ${{ format('versions upload --tag {0} --message "{1}"', inputs.commitTag, inputs.commitMessage) }} --config ./packages/gitbook-v2/openNext/customWorkers/middlewareWrangler.jsonc
120120
You can’t perform that action at this time.
0 commit comments