Skip to content

Commit 7e46cc2

Browse files
Bump docker/bake-action from 6.8.0 to 6.9.0 in the actions-deps group (#1399)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a891bd commit 7e46cc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- name: Inject version
145145
run: yarn workspace @graphql-hive/gateway tsx scripts/inject-version ${{ fromJSON(steps.ver-gateway.outputs.result).version }}
146146
- name: Bake and Push
147-
uses: docker/bake-action@37816e747588cb137173af99ab33873600c46ea8 # v6
147+
uses: docker/bake-action@3acf805d94d93a86cce4ca44798a76464a75b88c # v6
148148
env:
149149
GATEWAY_TAGS: ${{ fromJSON(steps.ver-gateway.outputs.result).tags }}
150150
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
run: yarn workspace @graphql-hive/gateway bundle
171171
- if: matrix.setup.gateway-runner == 'docker' || matrix.setup.gateway-runner == 'bun-docker'
172172
name: Bake
173-
uses: docker/bake-action@37816e747588cb137173af99ab33873600c46ea8 # v6
173+
uses: docker/bake-action@3acf805d94d93a86cce4ca44798a76464a75b88c # v6
174174
with:
175175
source: .
176176
targets: e2e${{ matrix.setup.gateway-runner == 'bun-docker' && '_bun' || '' }}
@@ -216,7 +216,7 @@ jobs:
216216
E2E_GATEWAY_RUNNER: ${{ matrix.runtime == 'Bun' && 'bun-docker' || 'docker' }}
217217
run: yarn workspace @graphql-hive/gateway bundle
218218
- name: Bake
219-
uses: docker/bake-action@37816e747588cb137173af99ab33873600c46ea8 # v6
219+
uses: docker/bake-action@3acf805d94d93a86cce4ca44798a76464a75b88c # v6
220220
with:
221221
source: .
222222
# we build the e2e image because the release image cant be loaded due to annotations and platforms

0 commit comments

Comments
 (0)