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 @@ -163,7 +163,7 @@ runs:
163163
164164 - name : Config
165165 id : config
166- uses : cloudposse/github-action-yaml-config-query@0.1.3
166+ uses : cloudposse/github-action-yaml-config-query@v1.0.0
167167 with :
168168 config : |-
169169 tmp: ./tmp/${{ steps.destination.outputs.filepath }}/${{ inputs.namespace }}/${{ inputs.application }}
@@ -235,7 +235,7 @@ runs:
235235 - name : Context
236236 if : ${{ inputs.operation == 'deploy' }}
237237 id : arguments
238- uses : cloudposse/github-action-yaml-config-query@0.1.3
238+ uses : cloudposse/github-action-yaml-config-query@v1.0.0
239239 with :
240240 query : .${{ steps.metadata.outputs.kube_version == '' }}
241241 config : |-
@@ -311,7 +311,7 @@ runs:
311311 - name : Deplicated Ref
312312 if : ${{ inputs.operation == 'deploy' }}
313313 id : ref
314- uses : cloudposse/github-action-yaml-config-query@0.1.3
314+ uses : cloudposse/github-action-yaml-config-query@v1.0.0
315315 with :
316316 query : .${{ inputs.gitref-sha == '' }}
317317 config : |-
You can’t perform that action at this time.
0 commit comments