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 @@ -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 : |
You can’t perform that action at this time.
0 commit comments