From 9633104b19b53b088067b8670ac575d28babe1f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 15:06:24 +0000 Subject: [PATCH] chore(deps): update cloudposse/github-action-yaml-config-query action to v1 --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 5fd2157..da5b106 100644 --- a/action.yml +++ b/action.yml @@ -178,7 +178,7 @@ runs: - name: Config id: config - uses: cloudposse/github-action-yaml-config-query@0.1.3 + uses: cloudposse/github-action-yaml-config-query@v1.0.0 with: config: |- tmp: ./tmp/${{ steps.destination.outputs.filepath }}/${{ inputs.namespace }}/${{ inputs.application }} @@ -250,7 +250,7 @@ runs: - name: Context if: ${{ inputs.operation == 'deploy' }} id: arguments - uses: cloudposse/github-action-yaml-config-query@0.1.3 + uses: cloudposse/github-action-yaml-config-query@v1.0.0 with: query: .${{ steps.metadata.outputs.kube_version == '' }} config: |- @@ -327,7 +327,7 @@ runs: - name: Deplicated Ref if: ${{ inputs.operation == 'deploy' }} id: ref - uses: cloudposse/github-action-yaml-config-query@0.1.3 + uses: cloudposse/github-action-yaml-config-query@v1.0.0 with: query: .${{ inputs.gitref-sha == '' }} config: |-