From 77d70eaa3c904ec3810331f6ba3fdf6b274eb3f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 13:38:57 +0000 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.53.2 --- .github/workflows/deploy-container-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-container-app.yml b/.github/workflows/deploy-container-app.yml index 09ed3ed6d..9d378367d 100644 --- a/.github/workflows/deploy-container-app.yml +++ b/.github/workflows/deploy-container-app.yml @@ -71,7 +71,7 @@ jobs: ensure-exists: false - name: Substitute environment variables in config file - uses: mikefarah/yq@065b200af9851db0d5132f50bc10b1406ea5c0a8 # v4.50.1 + uses: mikefarah/yq@751d8ad57b84f1794661bc70c0afb92a22ad7b3c # v4.53.2 with: # https://mikefarah.gitbook.io/yq/operators/env-variable-operators#tip cmd: yq '(.. | select(tag == "!!str")) |= envsubst' ${{ env.CONFIG_FILE }} > config.yaml