From 3e8b42c6740b92a673ecee61e1e9c94faa5bc638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 20:07:04 +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/job-test-dependencies.yml | 2 +- .github/workflows/job-test-in-container.yml | 2 +- .github/workflows/job-test-in-lima.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/job-test-dependencies.yml b/.github/workflows/job-test-dependencies.yml index 5392a8d5c86..be00e2c349b 100644 --- a/.github/workflows/job-test-dependencies.yml +++ b/.github/workflows/job-test-dependencies.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 1 - name: "Init: expose GitHub Runtime variables for gha" - uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0 + uses: crazy-max/ghaction-github-runtime@04d248b84655b509d8c44dc1d6f990c879747487 # v4.0.0 - name: "Run: build dependencies for the integration test environment image" env: diff --git a/.github/workflows/job-test-in-container.yml b/.github/workflows/job-test-in-container.yml index 8e57d90cda2..794b04d2a7b 100644 --- a/.github/workflows/job-test-in-container.yml +++ b/.github/workflows/job-test-in-container.yml @@ -72,7 +72,7 @@ jobs: fetch-depth: 1 - name: "Init: expose GitHub Runtime variables for gha" - uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0 + uses: crazy-max/ghaction-github-runtime@04d248b84655b509d8c44dc1d6f990c879747487 # v4.0.0 - name: "Init: install br-netfilter" run: | diff --git a/.github/workflows/job-test-in-lima.yml b/.github/workflows/job-test-in-lima.yml index 53275b445ee..e94a0715856 100644 --- a/.github/workflows/job-test-in-lima.yml +++ b/.github/workflows/job-test-in-lima.yml @@ -84,7 +84,7 @@ jobs: lima sudo modprobe br-netfilter - name: "Init: expose GitHub Runtime variables for gha" - uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0 + uses: crazy-max/ghaction-github-runtime@04d248b84655b509d8c44dc1d6f990c879747487 # v4.0.0 - name: "Init: prepare integration tests" env: