Skip to content

Commit 6449f5a

Browse files
renovate[bot]ardatan
authored andcommitted
chore(deps): update docker/bake-action action to v6
1 parent 9e92a2a commit 6449f5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Inject version
108108
run: yarn workspace @graphql-hive/gateway tsx scripts/inject-version ${{ fromJSON(steps.ver-gateway.outputs.result).version }}
109109
- name: Bake and Push
110-
uses: docker/bake-action@v5
110+
uses: docker/bake-action@v6
111111
env:
112112
GATEWAY_TAGS: ${{ fromJSON(steps.ver-gateway.outputs.result).tags }}
113113
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
run: yarn workspace @graphql-hive/gateway bundle
161161
- if: matrix.setup.gateway-runner == 'docker' || matrix.setup.gateway-runner == 'bun-docker'
162162
name: Bake
163-
uses: docker/bake-action@v5
163+
uses: docker/bake-action@v6
164164
with:
165165
targets: e2e${{ matrix.setup.gateway-runner == 'bun-docker' && '_bun' || '' }}
166166
set: |

0 commit comments

Comments
 (0)