From b681245878f5e2da64b2094ecd462a79fe389067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 06:47:31 +0000 Subject: [PATCH] build(deps): bump Automattic/vip-actions from 0.3.0 to 0.5.0 Bumps [Automattic/vip-actions](https://github.com/automattic/vip-actions) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/automattic/vip-actions/releases) - [Commits](https://github.com/automattic/vip-actions/compare/v0.3.0...v0.5.0) --- updated-dependencies: - dependency-name: Automattic/vip-actions dependency-type: direct:production update-type: version-update:semver-minor ... 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 bc1269dca..c73bda77c 100644 --- a/.github/workflows/npm-prepare-release.yml +++ b/.github/workflows/npm-prepare-release.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: Run npm-prepare-release - uses: Automattic/vip-actions/npm-prepare-release@v0.3.0 + uses: Automattic/vip-actions/npm-prepare-release@v0.5.0 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 b370dc327..443bedd57 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: id-token: write pull-requests: write steps: - - uses: Automattic/vip-actions/npm-publish@v0.3.0 + - uses: Automattic/vip-actions/npm-publish@v0.5.0 with: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}