mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
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:
parent
abba794763
commit
dadb2d011a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/tests-e2e.yaml
vendored
2
.github/workflows/tests-e2e.yaml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
.github/workflows/tests-integration.yaml
vendored
2
.github/workflows/tests-integration.yaml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue