Skip to content

Commit 06c8497

Browse files
Update dev-hato/actions-diff-pr-management action to v2.1.1 (#1352)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4334ddd commit 06c8497

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
@@ -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@cea263ca46759ebc8c812b8595be4df129761037 # v2.1.0
32+
- uses: dev-hato/actions-diff-pr-management@b3530e809a1948d0187f47a67d4164a47e03d7ec # v2.1.1
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@cea263ca46759ebc8c812b8595be4df129761037 # v2.1.0
34+
- uses: dev-hato/actions-diff-pr-management@b3530e809a1948d0187f47a67d4164a47e03d7ec # v2.1.1
3535
with:
3636
github-token: ${{secrets.GITHUB_TOKEN}}
3737
branch-name-prefix: fix-package

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: bash "${GITHUB_WORKSPACE}/scripts/update_readme/update_readme/update_readme.sh"
5353
- if: github.event_name != 'pull_request' || github.event.action != 'closed'
5454
run: npx prettier --write .
55-
- uses: dev-hato/actions-diff-pr-management@cea263ca46759ebc8c812b8595be4df129761037 # v2.1.0
55+
- uses: dev-hato/actions-diff-pr-management@b3530e809a1948d0187f47a67d4164a47e03d7ec # v2.1.1
5656
with:
5757
github-token: ${{secrets.GITHUB_TOKEN}}
5858
branch-name-prefix: fix-readme

0 commit comments

Comments
 (0)