From ec1355e3f26588a1928ea5bed81ff2986e7dbba3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 11 Aug 2026 01:58:39 +0000 Subject: [PATCH] chore(deps): update crazy-max/ghaction-github-runtime action to v4 | datasource | package | from | to | | ----------- | --------------------------------- | ------ | ------ | | github-tags | crazy-max/ghaction-github-runtime | v3.1.0 | v4.0.0 | --- .github/workflows/action-image-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action-image-build.yaml b/.github/workflows/action-image-build.yaml index 806327cbcf..9831ad848f 100644 --- a/.github/workflows/action-image-build.yaml +++ b/.github/workflows/action-image-build.yaml @@ -149,7 +149,7 @@ jobs: # patch-failure detection) can read/write the type=gha layer cache — this is # what docker/build-push-action does internally. - name: Expose GitHub Actions runtime for buildx gha cache - uses: crazy-max/ghaction-github-runtime@v3 + uses: crazy-max/ghaction-github-runtime@v4 - name: Setup GHCR uses: docker/login-action@v3