Skip to content

Commit cb0338b

Browse files
fixup! Bump gha actions
1 parent c2e26e0 commit cb0338b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/end2end.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
- name: Checkout
153153
uses: actions/checkout@v6
154154
- name: Setup node
155-
uses: actions/setup-node@v4
155+
uses: actions/setup-node@v6
156156
with:
157157
node-version: '16'
158158
cache: yarn
@@ -306,7 +306,7 @@ jobs:
306306
uses: actions/checkout@v6
307307

308308
- name: Set up Docker Buildx
309-
uses: docker/setup-buildx-action@v3
309+
uses: docker/setup-buildx-action@v4
310310

311311
- name: Login to Registry
312312
uses: docker/login-action@v4
@@ -324,7 +324,7 @@ jobs:
324324
[ "${{ env.KAFKA_TAG }}-${{ env.MONGODB_CONNECTOR_TAG }}" = "${{ env.KAFKA_CONNECT_TAG }}" ]
325325
326326
- name: Build and push kafka
327-
uses: docker/build-push-action@v5
327+
uses: docker/build-push-action@v7
328328
with:
329329
push: true
330330
context: ./solution/kafka
@@ -336,7 +336,7 @@ jobs:
336336
cache-to: type=gha,mode=max,scope=kafka-${{ env.KAFKA_TAG }}
337337

338338
- name: Build and push kafka-connect
339-
uses: docker/build-push-action@v5
339+
uses: docker/build-push-action@v7
340340
with:
341341
push: true
342342
context: ./solution/kafka-connect
@@ -356,7 +356,7 @@ jobs:
356356
- name: Checkout
357357
uses: actions/checkout@v6
358358
- name: Set up Docker Buildx
359-
uses: docker/setup-buildx-action@v3
359+
uses: docker/setup-buildx-action@v4
360360
- name: Login to Registry
361361
uses: docker/login-action@v4
362362
with:
@@ -370,7 +370,7 @@ jobs:
370370
cat e2e-config.yaml
371371
echo 'Generated e2e-config.yaml file'
372372
- name: Build and push CI image
373-
uses: docker/build-push-action@v5
373+
uses: docker/build-push-action@v7
374374
with:
375375
push: true
376376
context: ./tests/zenko_tests
@@ -402,7 +402,7 @@ jobs:
402402
git config --global url.https://x-access-token:${GIT_ACCESS_TOKEN}@github.com/.insteadOf ssh://git@github.com/
403403
env:
404404
GIT_ACCESS_TOKEN: ${{ steps.app-token.outputs.token }}
405-
- uses: actions/setup-node@v4
405+
- uses: actions/setup-node@v6
406406
with:
407407
node-version: '20'
408408
cache: yarn
@@ -414,7 +414,7 @@ jobs:
414414
working-directory: tests/ctst
415415
run: yarn lint
416416
- name: Set up Docker Buildx
417-
uses: docker/setup-buildx-action@v3
417+
uses: docker/setup-buildx-action@v4
418418
- name: Login to Registry
419419
uses: docker/login-action@v4
420420
with:
@@ -429,7 +429,7 @@ jobs:
429429
DRCTL_TAG=$(yq eval .drctl.tag deps.yaml)
430430
EOF
431431
- name: Build and push CI image
432-
uses: docker/build-push-action@v5
432+
uses: docker/build-push-action@v7
433433
with:
434434
push: true
435435
context: ./tests/ctst

0 commit comments

Comments
 (0)