Skip to content

Commit

Permalink
Update dev-hato/actions-diff-pr-management action to v1.2.0 (#1434)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 76b6d7d commit fb4529a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: npm
- if: github.event_name != 'pull_request' || github.event.action != 'closed'
run: npm install
- uses: dev-hato/actions-diff-pr-management@v1.1.13
- uses: dev-hato/actions-diff-pr-management@v1.2.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
branch-name-prefix: fix-package
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
- shell: bash
if: github.event_name != 'pull_request' || github.event.action != 'closed'
run: npx prettier --write .
- uses: dev-hato/actions-diff-pr-management@v1.1.13
- uses: dev-hato/actions-diff-pr-management@v1.2.0
with:
github-token: ${{inputs.github-token}}
branch-name-prefix: fix-format-json-yml
Expand Down

0 comments on commit fb4529a

Please sign in to comment.