Skip to content

Commit e0936de

Browse files
Update dev-hato/actions-diff-pr-management action to v1.1.13 (#1078)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 81919ce commit e0936de

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].12
32+
- uses: dev-hato/[email protected].13
3333
with:
3434
github-token: ${{secrets.GITHUB_TOKEN}}
3535
branch-name-prefix: fix-package

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: bash "${GITHUB_WORKSPACE}/scripts/update_readme/update_readme/update_readme.sh"
4747
- if: github.event_name != 'pull_request' || github.event.action != 'closed'
4848
run: npx prettier --write .
49-
- uses: dev-hato/[email protected].12
49+
- uses: dev-hato/[email protected].13
5050
with:
5151
github-token: ${{secrets.GITHUB_TOKEN}}
5252
branch-name-prefix: fix-readme

0 commit comments

Comments
 (0)