From 3cb629490422a990d6756b7032255f5d99c7195e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 07:03:11 +0000 Subject: [PATCH] build(deps): bump Automattic/vip-actions/expose-github-runtime Bumps [Automattic/vip-actions/expose-github-runtime](https://github.com/automattic/vip-actions) from 0.7.1 to 0.7.4. - [Release notes](https://github.com/automattic/vip-actions/releases) - [Commits](https://github.com/automattic/vip-actions/compare/7b98dcb98d652bf02037977b1b85abb971c345d0...c8022b66e78461df4f802b935dc0dbb8399f96bc) --- updated-dependencies: - dependency-name: Automattic/vip-actions/expose-github-runtime dependency-version: 0.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-push.yml | 4 ++-- .github/workflows/build.yml | 4 ++-- .github/workflows/features-global.yml | 2 +- .github/workflows/features-scenarios.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index be61a74e..64038764 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -75,7 +75,7 @@ jobs: fi - name: Expose GitHub Runtime - uses: Automattic/vip-actions/expose-github-runtime@7b98dcb98d652bf02037977b1b85abb971c345d0 # v0.7.1 + uses: Automattic/vip-actions/expose-github-runtime@c8022b66e78461df4f802b935dc0dbb8399f96bc # v0.7.4 - name: Set up Docker uses: docker/setup-docker-action@b2189fbf2a6592b51fee7cdd93ee2bfaeba733db # v5.1.0 @@ -278,7 +278,7 @@ jobs: fi - name: Expose GitHub Runtime - uses: Automattic/vip-actions/expose-github-runtime@7b98dcb98d652bf02037977b1b85abb971c345d0 # v0.7.1 + uses: Automattic/vip-actions/expose-github-runtime@c8022b66e78461df4f802b935dc0dbb8399f96bc # v0.7.4 - name: Set up Docker uses: docker/setup-docker-action@b2189fbf2a6592b51fee7cdd93ee2bfaeba733db # v5.1.0 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 294ec63a..68ca061b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: if: steps.changes.outputs.needs_build == 'true' - name: Expose GitHub Runtime - uses: Automattic/vip-actions/expose-github-runtime@7b98dcb98d652bf02037977b1b85abb971c345d0 # v0.7.1 + uses: Automattic/vip-actions/expose-github-runtime@c8022b66e78461df4f802b935dc0dbb8399f96bc # v0.7.4 if: steps.changes.outputs.needs_build == 'true' - name: Build image @@ -122,7 +122,7 @@ jobs: fi - name: Expose GitHub Runtime - uses: Automattic/vip-actions/expose-github-runtime@7b98dcb98d652bf02037977b1b85abb971c345d0 # v0.7.1 + uses: Automattic/vip-actions/expose-github-runtime@c8022b66e78461df4f802b935dc0dbb8399f96bc # v0.7.4 - name: Set up QEMU uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 diff --git a/.github/workflows/features-global.yml b/.github/workflows/features-global.yml index 2719cadf..22819d99 100644 --- a/.github/workflows/features-global.yml +++ b/.github/workflows/features-global.yml @@ -38,7 +38,7 @@ jobs: run: npm install -g @devcontainers/cli - name: Expose GitHub Runtime - uses: Automattic/vip-actions/expose-github-runtime@7b98dcb98d652bf02037977b1b85abb971c345d0 # v0.7.1 + uses: Automattic/vip-actions/expose-github-runtime@c8022b66e78461df4f802b935dc0dbb8399f96bc # v0.7.4 - name: Build images run: | diff --git a/.github/workflows/features-scenarios.yml b/.github/workflows/features-scenarios.yml index 6b4e7eaa..1c76b470 100644 --- a/.github/workflows/features-scenarios.yml +++ b/.github/workflows/features-scenarios.yml @@ -64,7 +64,7 @@ jobs: run: npm install -g @devcontainers/cli - name: Expose GitHub Runtime - uses: Automattic/vip-actions/expose-github-runtime@7b98dcb98d652bf02037977b1b85abb971c345d0 # v0.7.1 + uses: Automattic/vip-actions/expose-github-runtime@c8022b66e78461df4f802b935dc0dbb8399f96bc # v0.7.4 - name: Build images run: |