Skip to content

Commit 3e0acb9

Browse files
Update dev-hato/actions-diff-pr-management action to v1.1.8 (#1232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f46be7c commit 3e0acb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: npm
3030
- if: github.event_name != 'pull_request' || github.event.action != 'closed'
3131
run: npm install
32-
- uses: dev-hato/[email protected].7
32+
- uses: dev-hato/[email protected].8
3333
with:
3434
github-token: ${{secrets.GITHUB_TOKEN}}
3535
branch-name-prefix: fix-package

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
- shell: bash
1212
if: github.event_name != 'pull_request' || github.event.action != 'closed'
1313
run: bash "${{ github.action_path }}/scripts/action/format.sh"
14-
- uses: dev-hato/[email protected].7
14+
- uses: dev-hato/[email protected].8
1515
with:
1616
github-token: ${{inputs.github-token}}
1717
branch-name-prefix: fix-format-json-yml

0 commit comments

Comments
 (0)