File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 provider_version :
2222 description : " Provider version (e.g., v0.15.0 or pre-rel-v0.15.1)"
2323 required : false
24- default : " v0.17.4 "
24+ default : " v0.17.6 "
2525 requestor_version :
2626 description : " Requestor version (e.g., v0.15.0 or pre-rel-v0.15.1)"
2727 required : false
28- default : " v0.17.4 "
28+ default : " v0.17.6 "
2929 provider_wasi_version :
3030 description : " Provider WASI version (e.g., v0.2.2)"
3131 required : false
@@ -44,8 +44,8 @@ permissions:
4444 contents : read # for checkout
4545
4646env :
47- PROVIDER_VERSION : ${{ github.event.inputs.provider_version || 'v0.17.4 ' }}
48- REQUESTOR_VERSION : ${{ github.event.inputs.requestor_version || 'v0.17.4 ' }}
47+ PROVIDER_VERSION : ${{ github.event.inputs.provider_version || 'v0.17.6 ' }}
48+ REQUESTOR_VERSION : ${{ github.event.inputs.requestor_version || 'v0.17.6 ' }}
4949 PROVIDER_WASI_VERSION : ${{ github.event.inputs.provider_wasi_version || 'v0.2.2' }}
5050 PROVIDER_VM_VERSION : ${{ github.event.inputs.provider_vm_version || 'v0.5.3' }}
5151 PAYMENT_NETWORK : ${{ github.event.inputs.payment_network || 'hoodi' }}
Original file line number Diff line number Diff line change 11ARG UBUNTU_VERSION=22.04
2- ARG YA_CORE_PROVIDER_VERSION=v0.17.4
2+ ARG YA_CORE_PROVIDER_VERSION=v0.17.6
33ARG YA_WASI_VERSION=v0.2.2
44ARG YA_VM_VERSION=v0.5.3
55
Original file line number Diff line number Diff line change 11ARG UBUNTU_VERSION=22.04
2- ARG YA_CORE_REQUESTOR_VERSION=v0.17.4
2+ ARG YA_CORE_REQUESTOR_VERSION=v0.17.6
33
44FROM node:22
55ARG YA_CORE_REQUESTOR_VERSION
You can’t perform that action at this time.
0 commit comments