Skip to content

Commit b6790d4

Browse files
Update dev-hato/actions-diff-pr-management action to v2.2.3 (#1755)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a6e4db commit b6790d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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
node-version-file: .node-version
3232
- if: github.event_name != 'pull_request' || github.event.action != 'closed'
3333
run: npm install
34-
- uses: dev-hato/actions-diff-pr-management@1e2c650446e6a6aab1858d55c8b693470ea5f2fe # v2.2.2
34+
- uses: dev-hato/actions-diff-pr-management@9de3de40217217a73ac95f3751d7bfe1c9f23ead # v2.2.3
3535
with:
3636
github-token: ${{secrets.GITHUB_TOKEN}}
3737
branch-name-prefix: fix-package

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
shell: bash
1313
if: github.event_name != 'pull_request' || github.event.action != 'closed'
1414
run: ${{ github.action_path }}/scripts/action/update.sh
15-
- uses: dev-hato/actions-diff-pr-management@1e2c650446e6a6aab1858d55c8b693470ea5f2fe # v2.2.2
15+
- uses: dev-hato/actions-diff-pr-management@9de3de40217217a73ac95f3751d7bfe1c9f23ead # v2.2.3
1616
with:
1717
github-token: ${{ inputs.github-token }}
1818
branch-name-prefix: fix-version-gitleaks

0 commit comments

Comments
 (0)