Skip to content

Commit 5fe5419

Browse files
Update dev-hato/actions-diff-pr-management action to v1.0.7 (#227)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4278fed commit 5fe5419

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
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
cache: npm
3030
- run: npm install
31-
- uses: dev-hato/[email protected].6
31+
- uses: dev-hato/[email protected].7
3232
with:
3333
github-token: ${{secrets.GITHUB_TOKEN}}
3434
branch-name-prefix: fix-package

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
run: find . -not -path './.github/workflows/*' \( -name '*.json' -o -name '*.geojson' \) -exec yq -i -o json {} \;
1616
- shell: bash
1717
run: find . -not -path './.github/workflows/*' \( -name '*.yaml' -o -name '*.yml' \) -exec yq -i {} \;
18-
- uses: dev-hato/[email protected].6
18+
- uses: dev-hato/[email protected].7
1919
with:
2020
github-token: ${{inputs.github-token}}
2121
branch-name-prefix: fix-format-json-yml

0 commit comments

Comments
 (0)