Skip to content

Commit 7f58682

Browse files
Merge pull request #5801 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.0
2 parents fe50421 + d259c8b commit 7f58682

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/update_uv_version/get_uv_version.sh"
3636
env:
3737
HEAD_REF: ${{github.head_ref || github.event.release.tag_name}}
38-
- uses: dev-hato/actions-diff-pr-management@b3530e809a1948d0187f47a67d4164a47e03d7ec # v2.1.1
38+
- uses: dev-hato/actions-diff-pr-management@ac4f08dda423d2793a7acdd58c831ed5a0f19136 # v2.2.0
3939
with:
4040
github-token: ${{secrets.GITHUB_TOKEN}}
4141
branch-name-prefix: fix-uv-version
@@ -156,7 +156,7 @@ jobs:
156156
run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/update_version_python_version/get_python_version.sh"
157157
env:
158158
HEAD_REF: ${{github.head_ref || github.event.release.tag_name}}
159-
- uses: dev-hato/actions-diff-pr-management@b3530e809a1948d0187f47a67d4164a47e03d7ec # v2.1.1
159+
- uses: dev-hato/actions-diff-pr-management@ac4f08dda423d2793a7acdd58c831ed5a0f19136 # v2.2.0
160160
with:
161161
github-token: ${{secrets.GITHUB_TOKEN}}
162162
branch-name-prefix: fix-version-pyproject
@@ -186,7 +186,7 @@ jobs:
186186
run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/pr_update_version/get_npm_version.sh"
187187
env:
188188
HEAD_REF: ${{github.head_ref || github.event.release.tag_name}}
189-
- uses: dev-hato/actions-diff-pr-management@b3530e809a1948d0187f47a67d4164a47e03d7ec # v2.1.1
189+
- uses: dev-hato/actions-diff-pr-management@ac4f08dda423d2793a7acdd58c831ed5a0f19136 # v2.2.0
190190
with:
191191
github-token: ${{secrets.GITHUB_TOKEN}}
192192
branch-name-prefix: fix-version
@@ -213,7 +213,7 @@ jobs:
213213
- name: Install dependencies
214214
if: github.event_name != 'pull_request' || github.event.action != 'closed'
215215
run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/npm_install.sh"
216-
- uses: dev-hato/actions-diff-pr-management@b3530e809a1948d0187f47a67d4164a47e03d7ec # v2.1.1
216+
- uses: dev-hato/actions-diff-pr-management@ac4f08dda423d2793a7acdd58c831ed5a0f19136 # v2.2.0
217217
with:
218218
github-token: ${{secrets.GITHUB_TOKEN}}
219219
branch-name-prefix: npm

.github/workflows/pr-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: format
5252
if: github.event_name != 'pull_request' || github.event.action != 'closed'
5353
run: bash "${GITHUB_WORKSPACE}/scripts/pr_format/pr_format/format.sh"
54-
- uses: dev-hato/actions-diff-pr-management@b3530e809a1948d0187f47a67d4164a47e03d7ec # v2.1.1
54+
- uses: dev-hato/actions-diff-pr-management@ac4f08dda423d2793a7acdd58c831ed5a0f19136 # v2.2.0
5555
if: success() || failure()
5656
with:
5757
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
@@ -25,7 +25,7 @@ jobs:
2525
persist-credentials: false
2626
- run: perl -pe "s/{commands}/$(sed -e '2,$s/^/ /' commands.txt)/g" < README.template.md > README.md
2727
if: github.event_name != 'pull_request' || github.event.action != 'closed'
28-
- uses: dev-hato/actions-diff-pr-management@b3530e809a1948d0187f47a67d4164a47e03d7ec # v2.1.1
28+
- uses: dev-hato/actions-diff-pr-management@ac4f08dda423d2793a7acdd58c831ed5a0f19136 # v2.2.0
2929
with:
3030
github-token: ${{secrets.GITHUB_TOKEN}}
3131
branch-name-prefix: update-readme

0 commit comments

Comments
 (0)