Skip to content

Commit 9633104

Browse files
chore(deps): update cloudposse/github-action-yaml-config-query action to v1
1 parent a552d00 commit 9633104

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@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: |-

0 commit comments

Comments
 (0)