Skip to content

Commit ed3385a

Browse files
chore(deps): update dev-hato/actions-diff-pr-management action to v2.2.4 (#2037)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 807261b commit ed3385a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version-file: .node-version
3030
- if: github.event_name != 'pull_request' || github.event.action != 'closed'
3131
run: bash "${GITHUB_WORKSPACE}/scripts/update_dist/update_dist/build.sh"
32-
- uses: dev-hato/actions-diff-pr-management@9de3de40217217a73ac95f3751d7bfe1c9f23ead # v2.2.3
32+
- uses: dev-hato/actions-diff-pr-management@b446497d139ed3eadc62ec1dd90dd27960ad1a0c # v2.2.4
3333
with:
3434
github-token: ${{secrets.GITHUB_TOKEN}}
3535
branch-name-prefix: apply-dist

.github/workflows/update-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
node-version-file: .node-version
3232
- if: github.event_name != 'pull_request' || github.event.action != 'closed'
3333
run: bash "${GITHUB_WORKSPACE}/scripts/update_package/update_package/install.sh"
34-
- uses: dev-hato/actions-diff-pr-management@9de3de40217217a73ac95f3751d7bfe1c9f23ead # v2.2.3
34+
- uses: dev-hato/actions-diff-pr-management@b446497d139ed3eadc62ec1dd90dd27960ad1a0c # v2.2.4
3535
with:
3636
github-token: ${{secrets.GITHUB_TOKEN}}
3737
branch-name-prefix: fix-package

0 commit comments

Comments
 (0)