Skip to content

Commit e96611d

Browse files
Update dev-hato/actions-diff-pr-management action to v2 (#1216)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 52ade66 commit e96611d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/update-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version-file: .node-version
2929
- if: github.event_name != 'pull_request' || github.event.action != 'closed'
3030
run: bash "${GITHUB_WORKSPACE}/scripts/update_dist/update_dist/build.sh"
31-
- uses: dev-hato/actions-diff-pr-management@8d475e5bc78f61c40024d4859b79134b66f788d2 # v1.2.1
31+
- uses: dev-hato/actions-diff-pr-management@cc201e3df74a342983025c4e97b7216b4e77f9f1 # v2.0.0
3232
with:
3333
github-token: ${{secrets.GITHUB_TOKEN}}
3434
branch-name-prefix: apply-dist

.github/workflows/update-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version-file: .node-version
3131
- if: github.event_name != 'pull_request' || github.event.action != 'closed'
3232
run: npm install
33-
- uses: dev-hato/actions-diff-pr-management@8d475e5bc78f61c40024d4859b79134b66f788d2 # v1.2.1
33+
- uses: dev-hato/actions-diff-pr-management@cc201e3df74a342983025c4e97b7216b4e77f9f1 # v2.0.0
3434
with:
3535
github-token: ${{secrets.GITHUB_TOKEN}}
3636
branch-name-prefix: fix-package

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: bash "${GITHUB_WORKSPACE}/scripts/update_readme/update_readme/update_readme.sh"
5252
- if: github.event_name != 'pull_request' || github.event.action != 'closed'
5353
run: npx prettier --write .
54-
- uses: dev-hato/actions-diff-pr-management@8d475e5bc78f61c40024d4859b79134b66f788d2 # v1.2.1
54+
- uses: dev-hato/actions-diff-pr-management@cc201e3df74a342983025c4e97b7216b4e77f9f1 # v2.0.0
5555
with:
5656
github-token: ${{secrets.GITHUB_TOKEN}}
5757
branch-name-prefix: fix-readme

0 commit comments

Comments
 (0)