From 5c12febcee53f088268a209f6e41e1fd75e56b8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 00:54:13 +0000 Subject: [PATCH] Update cloudposse/github-action-yaml-config-query action to v0.1.3 --- .github/workflows/ci-dockerized-app-promote-or-build.yml | 2 +- .github/workflows/ci-dockerized-app-promote.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-dockerized-app-promote-or-build.yml b/.github/workflows/ci-dockerized-app-promote-or-build.yml index a17b642..e698f90 100644 --- a/.github/workflows/ci-dockerized-app-promote-or-build.yml +++ b/.github/workflows/ci-dockerized-app-promote-or-build.yml @@ -120,7 +120,7 @@ jobs: registry: ${{ secrets.registry }} workdir: ./apps/${{ inputs.app }} - - uses: cloudposse/github-action-yaml-config-query@0.1.2 + - uses: cloudposse/github-action-yaml-config-query@0.1.3 id: result with: ## There is a bug in GHA - skipped step return `success` outcome. So we can not rely only on steps.build.outcome diff --git a/.github/workflows/ci-dockerized-app-promote.yml b/.github/workflows/ci-dockerized-app-promote.yml index c6707c2..4805e92 100644 --- a/.github/workflows/ci-dockerized-app-promote.yml +++ b/.github/workflows/ci-dockerized-app-promote.yml @@ -90,7 +90,7 @@ jobs: - name: Context id: context - uses: cloudposse/github-action-yaml-config-query@0.1.2 + uses: cloudposse/github-action-yaml-config-query@0.1.3 with: query: .${{ inputs.app == '' }} config: |