Skip to content

Commit 56f5cbb

Browse files
dependabot[bot]sjinks
authored andcommitted
Bump Automattic/vip-actions from 0.7.1 to 0.7.4
Bumps [Automattic/vip-actions](https://github.com/automattic/vip-actions) from 0.7.1 to 0.7.4. - [Release notes](https://github.com/automattic/vip-actions/releases) - [Commits](Automattic/vip-actions@v0.7.1...v0.7.4) --- updated-dependencies: - dependency-name: Automattic/vip-actions dependency-version: 0.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7cf456 commit 56f5cbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/git-hash-security-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
uses: actions/checkout@v6
2020

2121
- name: Check for short git hashes in package.json
22-
uses: Automattic/vip-actions/git-hash-security-check@7b98dcb98d652bf02037977b1b85abb971c345d0
22+
uses: Automattic/vip-actions/git-hash-security-check@c8022b66e78461df4f802b935dc0dbb8399f96bc

.github/workflows/npm-prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6
2424

2525
- name: Run npm-prepare-release
26-
uses: Automattic/vip-actions/npm-prepare-release@v0.7.3
26+
uses: Automattic/vip-actions/npm-prepare-release@v0.7.4
2727
with:
2828
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
npm-version-type: ${{ inputs.npm-version-type }}

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: contains( github.event.pull_request.labels.*.name, '[ Type ] NPM version update' ) && startsWith( github.head_ref, 'release/') && github.event.pull_request.merged == true
1818

1919
steps:
20-
- uses: Automattic/vip-actions/npm-publish@v0.7.3
20+
- uses: Automattic/vip-actions/npm-publish@v0.7.4
2121
with:
2222
USE_TRUSTED_PUBLISHING: 'true'
2323
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)