Skip to content

Commit 9fa22c5

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

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

0 commit comments

Comments
 (0)