Skip to content

Commit 6b9231d

Browse files
Update dev-hato/actions-diff-pr-management action to v1.1.9 (#908)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e64bdae commit 6b9231d

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].8
32+
- uses: dev-hato/[email protected].9
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
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
INPUTS: ${{steps.get_inputs_markdown.outputs.result}}
4646
run: bash "${GITHUB_WORKSPACE}/scripts/update_readme/update_readme/update_readme.sh"
47-
- uses: dev-hato/[email protected].8
47+
- uses: dev-hato/[email protected].9
4848
with:
4949
github-token: ${{secrets.GITHUB_TOKEN}}
5050
branch-name-prefix: fix-readme

0 commit comments

Comments
 (0)