From 33ebb5e023ba7a7efa047a295fe6eac539cb843e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 07:07:00 +0000 Subject: [PATCH] build(deps): bump Automattic/vip-actions from 0.6.0 to 0.7.1 Bumps [Automattic/vip-actions](https://github.com/automattic/vip-actions) from 0.6.0 to 0.7.1. - [Release notes](https://github.com/automattic/vip-actions/releases) - [Commits](https://github.com/automattic/vip-actions/compare/e1faabf165941008de4c0c1381df153e49d8ad2c...7b98dcb98d652bf02037977b1b85abb971c345d0) --- updated-dependencies: - dependency-name: Automattic/vip-actions dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 da02f8f5..125c90fa 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@e1faabf165941008de4c0c1381df153e49d8ad2c # v0.6.0 + uses: Automattic/vip-actions/expose-github-runtime@7b98dcb98d652bf02037977b1b85abb971c345d0 # v0.7.1 - name: Set up Docker uses: docker/setup-docker-action@b60f85385d03ac8acfca6d9996982511d8620a19 # v4.3.0 @@ -278,7 +278,7 @@ jobs: fi - name: Expose GitHub Runtime - uses: Automattic/vip-actions/expose-github-runtime@e1faabf165941008de4c0c1381df153e49d8ad2c # v0.6.0 + uses: Automattic/vip-actions/expose-github-runtime@7b98dcb98d652bf02037977b1b85abb971c345d0 # v0.7.1 - name: Set up Docker uses: docker/setup-docker-action@b60f85385d03ac8acfca6d9996982511d8620a19 # v4.3.0 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05b45797..647d73e3 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@e1faabf165941008de4c0c1381df153e49d8ad2c # v0.6.0 + uses: Automattic/vip-actions/expose-github-runtime@7b98dcb98d652bf02037977b1b85abb971c345d0 # v0.7.1 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@e1faabf165941008de4c0c1381df153e49d8ad2c # v0.6.0 + uses: Automattic/vip-actions/expose-github-runtime@7b98dcb98d652bf02037977b1b85abb971c345d0 # v0.7.1 - name: Set up QEMU uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 diff --git a/.github/workflows/features-global.yml b/.github/workflows/features-global.yml index 32466bff..f958e220 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@e1faabf165941008de4c0c1381df153e49d8ad2c # v0.6.0 + uses: Automattic/vip-actions/expose-github-runtime@7b98dcb98d652bf02037977b1b85abb971c345d0 # v0.7.1 - name: Build images run: | diff --git a/.github/workflows/features-scenarios.yml b/.github/workflows/features-scenarios.yml index c44ad5ca..563d2421 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@e1faabf165941008de4c0c1381df153e49d8ad2c # v0.6.0 + uses: Automattic/vip-actions/expose-github-runtime@7b98dcb98d652bf02037977b1b85abb971c345d0 # v0.7.1 - name: Build images run: |