File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ runs:
178178
179179 - name : Config
180180 id : config
181- uses : cloudposse/github-action-yaml-config-query@0.1.3
181+ uses : cloudposse/github-action-yaml-config-query@v1.0.0
182182 with :
183183 config : |-
184184 tmp: ./tmp/${{ steps.destination.outputs.filepath }}/${{ inputs.namespace }}/${{ inputs.application }}
@@ -250,7 +250,7 @@ runs:
250250 - name : Context
251251 if : ${{ inputs.operation == 'deploy' }}
252252 id : arguments
253- uses : cloudposse/github-action-yaml-config-query@0.1.3
253+ uses : cloudposse/github-action-yaml-config-query@v1.0.0
254254 with :
255255 query : .${{ steps.metadata.outputs.kube_version == '' }}
256256 config : |-
@@ -327,7 +327,7 @@ runs:
327327 - name : Deplicated Ref
328328 if : ${{ inputs.operation == 'deploy' }}
329329 id : ref
330- uses : cloudposse/github-action-yaml-config-query@0.1.3
330+ uses : cloudposse/github-action-yaml-config-query@v1.0.0
331331 with :
332332 query : .${{ inputs.gitref-sha == '' }}
333333 config : |-
You can’t perform that action at this time.
0 commit comments