Skip to content

Commit 6bc083b

Browse files
Update dev-hato/actions-diff-pr-management action to v2.2.1 (#1629)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 45354f6 commit 6bc083b

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
@@ -30,7 +30,7 @@ jobs:
3030
cache: npm
3131
- if: github.event_name != 'pull_request' || github.event.action != 'closed'
3232
run: npm install
33-
- uses: dev-hato/actions-diff-pr-management@ac4f08dda423d2793a7acdd58c831ed5a0f19136 # v2.2.0
33+
- uses: dev-hato/actions-diff-pr-management@bda458eb55c11585595482e3ec7506b05632b5ec # v2.2.1
3434
with:
3535
github-token: ${{secrets.GITHUB_TOKEN}}
3636
branch-name-prefix: fix-package

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
- shell: bash
1515
if: github.event_name != 'pull_request' || github.event.action != 'closed'
1616
run: find . -type f \( -name '*.json' -o -name '*.geojson' -o -name '*.yaml' -o -name '*.yml' \) -not -path './node_modules/*' -exec npx prettier --write {} \;
17-
- uses: dev-hato/actions-diff-pr-management@ac4f08dda423d2793a7acdd58c831ed5a0f19136 # v2.2.0
17+
- uses: dev-hato/actions-diff-pr-management@bda458eb55c11585595482e3ec7506b05632b5ec # v2.2.1
1818
with:
1919
github-token: ${{inputs.github-token}}
2020
branch-name-prefix: fix-format-json-yml

0 commit comments

Comments
 (0)