From c522ae60d5a1ce97eb3fc69f70e081ce058496c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 06:26:28 +0000 Subject: [PATCH] chore(deps): bump Automattic/vip-actions from 0.7.4 to 0.7.5 Bumps [Automattic/vip-actions](https://github.com/automattic/vip-actions) from 0.7.4 to 0.7.5. - [Release notes](https://github.com/automattic/vip-actions/releases) - [Commits](https://github.com/automattic/vip-actions/compare/v0.7.4...v0.7.5) --- updated-dependencies: - dependency-name: Automattic/vip-actions dependency-version: 0.7.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/npm-prepare-release.yml | 2 +- .github/workflows/npm-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-prepare-release.yml b/.github/workflows/npm-prepare-release.yml index d1b0059d..12375a7d 100644 --- a/.github/workflows/npm-prepare-release.yml +++ b/.github/workflows/npm-prepare-release.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v6 - name: Run npm-prepare-release - uses: Automattic/vip-actions/npm-prepare-release@v0.7.4 + uses: Automattic/vip-actions/npm-prepare-release@v0.7.5 with: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} npm-version-type: ${{ inputs.npm-version-type }} diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 169fcbf6..a664b64f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,7 +17,7 @@ jobs: if: contains( github.event.pull_request.labels.*.name, '[ Type ] NPM version update' ) && startsWith( github.head_ref, 'release/') && github.event.pull_request.merged == true steps: - - uses: Automattic/vip-actions/npm-publish@v0.7.4 + - uses: Automattic/vip-actions/npm-publish@v0.7.5 with: USE_TRUSTED_PUBLISHING: 'true' GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}