diff --git a/.github/workflows/build-images-release.yaml b/.github/workflows/build-images-release.yaml index 498fa90e1..e07c6d36a 100644 --- a/.github/workflows/build-images-release.yaml +++ b/.github/workflows/build-images-release.yaml @@ -67,7 +67,7 @@ jobs: persist-credentials: false - name: Release Build ${{ matrix.name }} - uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6.6.1 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 id: docker_build_release with: context: . diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index a7c9af392..6b265ffd7 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -19,7 +19,7 @@ env: # renovate: datasource=github-releases depName=helm/helm HELM_VERSION: v3.15.3 # renovate: datasource=github-releases depName=kubernetes-sigs/kind - KIND_VERSION: v0.23.0 + KIND_VERSION: v0.24.0 KIND_CONFIG: .github/kind-config.yaml # renovate: datasource=github-releases depName=cilium/cilium CILIUM_VERSION: v1.16.0