Skip to content

Commit 27c571e

Browse files
Update dev-hato/actions-diff-pr-management action to v1.1.4 (#537)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6237db9 commit 27c571e

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
@@ -31,7 +31,7 @@ jobs:
3131
cache: npm
3232
- if: github.event_name != 'pull_request' || github.event.action != 'closed'
3333
run: npm install
34-
- uses: dev-hato/[email protected].3
34+
- uses: dev-hato/[email protected].4
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
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
INPUTS: ${{steps.get_inputs_markdown.outputs.result}}
4848
run: bash "${GITHUB_WORKSPACE}/scripts/update_readme/update_readme/update_readme.sh"
49-
- uses: dev-hato/[email protected].3
49+
- uses: dev-hato/[email protected].4
5050
with:
5151
github-token: ${{secrets.GITHUB_TOKEN}}
5252
branch-name-prefix: fix-readme

0 commit comments

Comments
 (0)