Skip to content

Commit 17dd921

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@cc201e3df74a342983025c4e97b7216b4e77f9f1 # v2.0.0
31+
- uses: dev-hato/actions-diff-pr-management@cea263ca46759ebc8c812b8595be4df129761037 # v2.1.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@cc201e3df74a342983025c4e97b7216b4e77f9f1 # v2.0.0
33+
- uses: dev-hato/actions-diff-pr-management@cea263ca46759ebc8c812b8595be4df129761037 # v2.1.0
3434
with:
3535
github-token: ${{secrets.GITHUB_TOKEN}}
3636
branch-name-prefix: fix-package

0 commit comments

Comments
 (0)