File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments