chore(deps): update mikefarah/yq action to v4.35.2 (#2917)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-26 11:27:58 +00:00 committed by GitHub
parent abba794763
commit dadb2d011a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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