From 804b06e443fece17dbf417e14066ec56ce04090a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 16:53:25 +0000 Subject: [PATCH] build(deps): Bump crazy-max/ghaction-github-runtime from 3.1.0 to 4.0.0 Bumps [crazy-max/ghaction-github-runtime](https://github.com/crazy-max/ghaction-github-runtime) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/crazy-max/ghaction-github-runtime/releases) - [Commits](https://github.com/crazy-max/ghaction-github-runtime/compare/3cb05d89e1f492524af3d41a1c98c83bc3025124...04d248b84655b509d8c44dc1d6f990c879747487) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-runtime dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bake.yml | 4 ++-- .github/workflows/build.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index 0fed63da..3da959b0 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -224,7 +224,7 @@ jobs: } - name: Expose GitHub Runtime - uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0 + uses: crazy-max/ghaction-github-runtime@04d248b84655b509d8c44dc1d6f990c879747487 # v4.0.0 - name: Set outputs id: set @@ -483,7 +483,7 @@ jobs: cache-image: false - name: Expose GitHub Runtime - uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0 + uses: crazy-max/ghaction-github-runtime@04d248b84655b509d8c44dc1d6f990c879747487 # v4.0.0 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d9296b3..7044b59e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -228,7 +228,7 @@ jobs: } - name: Expose GitHub Runtime - uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0 + uses: crazy-max/ghaction-github-runtime@04d248b84655b509d8c44dc1d6f990c879747487 # v4.0.0 - name: Set outputs id: set @@ -384,7 +384,7 @@ jobs: cache-image: false - name: Expose GitHub Runtime - uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0 + uses: crazy-max/ghaction-github-runtime@04d248b84655b509d8c44dc1d6f990c879747487 # v4.0.0 - name: Set up Docker Buildx id: buildx