From dadb2d011aef17c8a07076b32e3f27bfad4fcfca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 11:27:58 +0000 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.35.2 (#2917) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/tests-e2e.yaml | 2 +- .github/workflows/tests-integration.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-e2e.yaml b/.github/workflows/tests-e2e.yaml index 99cf8b007..67d044532 100644 --- a/.github/workflows/tests-e2e.yaml +++ b/.github/workflows/tests-e2e.yaml @@ -36,7 +36,7 @@ jobs: run: pnpm cypress install - name: patch compose file volumes - uses: mikefarah/yq@v4.34.1 + uses: mikefarah/yq@v4.35.2 with: cmd: yq -i 'del(.services.*.volumes)' docker/docker-compose.community.yml diff --git a/.github/workflows/tests-integration.yaml b/.github/workflows/tests-integration.yaml index 167f0fb8c..61f7cd882 100644 --- a/.github/workflows/tests-integration.yaml +++ b/.github/workflows/tests-integration.yaml @@ -52,7 +52,7 @@ jobs: run: pnpm --filter integration-tests prepare:env - name: patch compose file volumes - uses: mikefarah/yq@v4.34.1 + uses: mikefarah/yq@v4.35.2 with: cmd: yq -i 'del(.services.*.volumes)' docker/docker-compose.community.yml