Skip to content

Commit 25b9d28

Browse files
chore(deps): update docker/bake-action action to v6
1 parent 6aed37b commit 25b9d28

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
@@ -163,7 +163,7 @@ jobs:
163163
run: yarn workspace @graphql-hive/gateway bundle
164164
- if: matrix.setup.gateway-runner == 'docker' || matrix.setup.gateway-runner == 'bun-docker'
165165
name: Bake
166-
uses: docker/bake-action@v5
166+
uses: docker/bake-action@v6
167167
with:
168168
targets: e2e${{ matrix.setup.gateway-runner == 'bun-docker' && '_bun' || '' }}
169169
set: |

0 commit comments

Comments
 (0)