Skip to content

Commit

Permalink
build(deps): bump Automattic/vip-actions from 0.5.0 to 0.6.0
Browse files Browse the repository at this point in the history
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](Automattic/vip-actions@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
1 parent 32d66f6 commit 13668b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 13668b7

Please sign in to comment.