Skip to content

Commit 6eb4764

Browse files
renovate[bot]michi-covalent
authored andcommitted
chore(deps): update all github action dependencies
Signed-off-by: renovate[bot] <[email protected]>
1 parent c0a48ac commit 6eb4764

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/images.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# main branch or tag pushes
5858
- name: CI Build ${{ matrix.name }}
5959
if: ${{ github.event_name != 'pull_request_target' }}
60-
uses: docker/build-push-action@4f7cdeb0f05278b464e71357394bf2c61f94138e # v6.6.0
60+
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
6161
id: docker_build_ci_main
6262
with:
6363
context: .
@@ -79,7 +79,7 @@ jobs:
7979
# PR updates
8080
- name: CI Build ${{ matrix.name }}
8181
if: ${{ github.event_name == 'pull_request_target' }}
82-
uses: docker/build-push-action@4f7cdeb0f05278b464e71357394bf2c61f94138e # v6.6.0
82+
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
8383
id: docker_build_ci_pr
8484
with:
8585
context: .

Diff for: .github/workflows/kind.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
env:
1414
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
15-
kind_version: v0.23.0
15+
kind_version: v0.24.0
1616
kind_config: .github/kind-config.yaml
1717
TIMEOUT: 2m
1818
LOG_TIME: 30m

0 commit comments

Comments
 (0)