From 13668b71bfec09088048464138f745981ef0dfc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 13:10:20 +0000 Subject: [PATCH] build(deps): bump Automattic/vip-actions from 0.5.0 to 0.6.0 Bumps [Automattic/vip-actions](https://github.com/automattic/vip-actions) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/automattic/vip-actions/releases) - [Commits](https://github.com/automattic/vip-actions/compare/v0.5.0...v0.6.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 c73bda77c..9864fc19b 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.5.0 + uses: Automattic/vip-actions/npm-prepare-release@v0.6.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 443bedd57..a8f2952f4 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.5.0 + - uses: Automattic/vip-actions/npm-publish@v0.6.0 with: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}