From ca5301560bbe99858b2e1e76e4f878bad5ffd988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 21:13:50 +0000 Subject: [PATCH] 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/push.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 3bdb27a..465157f 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -33,7 +33,7 @@ jobs: # as well as some environmental data, and exposes them to future steps # in the correct locations and formats for their use with the `gha` # GitHub Actions cache for Docker. - uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0 + uses: crazy-max/ghaction-github-runtime@04d248b84655b509d8c44dc1d6f990c879747487 # v4.0.0 - name: Setup Docker run: docker buildx create --use --name container --driver docker-container diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ccee61..2dacc7c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: # as well as some environmental data, and exposes them to future steps # in the correct locations and formats for their use with the `gha` # GitHub Actions cache for Docker. - uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0 + uses: crazy-max/ghaction-github-runtime@04d248b84655b509d8c44dc1d6f990c879747487 # v4.0.0 - name: Setup Docker run: docker buildx create --use --name container --driver docker-container