Skip to content

Commit fad58bf

Browse files
Merge pull request #6092 from dev-hato/renovate/dev-hato-actions-diff-pr-management-2.x
chore(deps): update dev-hato/actions-diff-pr-management action to v2.2.3
2 parents 3806f5c + de7ac4e commit fad58bf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/deploy-hato-bot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/update_uv_version/get_uv_version.sh"
3737
env:
3838
HEAD_REF: ${{github.head_ref || github.event.release.tag_name}}
39-
- uses: dev-hato/actions-diff-pr-management@1e2c650446e6a6aab1858d55c8b693470ea5f2fe # v2.2.2
39+
- uses: dev-hato/actions-diff-pr-management@9de3de40217217a73ac95f3751d7bfe1c9f23ead # v2.2.3
4040
with:
4141
github-token: ${{secrets.GITHUB_TOKEN}}
4242
branch-name-prefix: fix-uv-version
@@ -157,7 +157,7 @@ jobs:
157157
run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/update_version_python_version/get_python_version.sh"
158158
env:
159159
HEAD_REF: ${{github.head_ref || github.event.release.tag_name}}
160-
- uses: dev-hato/actions-diff-pr-management@1e2c650446e6a6aab1858d55c8b693470ea5f2fe # v2.2.2
160+
- uses: dev-hato/actions-diff-pr-management@9de3de40217217a73ac95f3751d7bfe1c9f23ead # v2.2.3
161161
with:
162162
github-token: ${{secrets.GITHUB_TOKEN}}
163163
branch-name-prefix: fix-version-pyproject
@@ -187,7 +187,7 @@ jobs:
187187
run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/pr_update_version/get_npm_version.sh"
188188
env:
189189
HEAD_REF: ${{github.head_ref || github.event.release.tag_name}}
190-
- uses: dev-hato/actions-diff-pr-management@1e2c650446e6a6aab1858d55c8b693470ea5f2fe # v2.2.2
190+
- uses: dev-hato/actions-diff-pr-management@9de3de40217217a73ac95f3751d7bfe1c9f23ead # v2.2.3
191191
with:
192192
github-token: ${{secrets.GITHUB_TOKEN}}
193193
branch-name-prefix: fix-version
@@ -214,7 +214,7 @@ jobs:
214214
- name: Install dependencies
215215
if: github.event_name != 'pull_request' || github.event.action != 'closed'
216216
run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/npm_install.sh"
217-
- uses: dev-hato/actions-diff-pr-management@1e2c650446e6a6aab1858d55c8b693470ea5f2fe # v2.2.2
217+
- uses: dev-hato/actions-diff-pr-management@9de3de40217217a73ac95f3751d7bfe1c9f23ead # v2.2.3
218218
with:
219219
github-token: ${{secrets.GITHUB_TOKEN}}
220220
branch-name-prefix: npm

.github/workflows/pr-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id: format
5353
if: github.event_name != 'pull_request' || github.event.action != 'closed'
5454
run: bash "${GITHUB_WORKSPACE}/scripts/pr_format/pr_format/format.sh"
55-
- uses: dev-hato/actions-diff-pr-management@1e2c650446e6a6aab1858d55c8b693470ea5f2fe # v2.2.2
55+
- uses: dev-hato/actions-diff-pr-management@9de3de40217217a73ac95f3751d7bfe1c9f23ead # v2.2.3
5656
if: success() || failure()
5757
with:
5858
github-token: ${{steps.generate_token.outputs.token}}

.github/workflows/update-readme-hato-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727
- run: perl -pe "s/{commands}/$(sed -e '2,$s/^/ /' commands.txt)/g" < README.template.md > README.md
2828
if: github.event_name != 'pull_request' || github.event.action != 'closed'
29-
- uses: dev-hato/actions-diff-pr-management@1e2c650446e6a6aab1858d55c8b693470ea5f2fe # v2.2.2
29+
- uses: dev-hato/actions-diff-pr-management@9de3de40217217a73ac95f3751d7bfe1c9f23ead # v2.2.3
3030
with:
3131
github-token: ${{secrets.GITHUB_TOKEN}}
3232
branch-name-prefix: update-readme

0 commit comments

Comments
 (0)