Skip to content

Commit 6bc9c55

Browse files
chore(deps): update cloudposse/github-action-yaml-config-query action to v0.1.4
1 parent 6319360 commit 6bc9c55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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@0.1.4
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@0.1.4
254254
with:
255255
query: .${{ steps.metadata.outputs.kube_version == '' }}
256256
config: |-
@@ -326,7 +326,7 @@ runs:
326326
- name: Deplicated Ref
327327
if: ${{ inputs.operation == 'deploy' }}
328328
id: ref
329-
uses: cloudposse/github-action-yaml-config-query@0.1.3
329+
uses: cloudposse/github-action-yaml-config-query@0.1.4
330330
with:
331331
query: .${{ inputs.gitref-sha == '' }}
332332
config: |-

0 commit comments

Comments
 (0)