Skip to content

Commit 65d3cb9

Browse files
Merge pull request #1954 from dev-hato/renovate/dev-hato-actions-diff-pr-management-1.x
Update dev-hato/actions-diff-pr-management action to v1.1.0
2 parents 323ddb0 + 2e92904 commit 65d3cb9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/update_version_python_version/get_python_version.sh"
124124
env:
125125
HEAD_REF: ${{github.head_ref}}
126-
- uses: dev-hato/actions-diff-pr-management@v1.0.9
126+
- uses: dev-hato/actions-diff-pr-management@v1.1.0
127127
with:
128128
github-token: ${{secrets.GITHUB_TOKEN}}
129129
branch-name-prefix: fix-version-python-version

.github/workflows/pr-check-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Get Dependabot npm version
3232
id: get_dependabot_npm_version
3333
run: bash "${GITHUB_WORKSPACE}/scripts/pr_check_npm/pr_update_version/get_dependabot_npm_version.sh"
34-
- uses: dev-hato/actions-diff-pr-management@v1.0.9
34+
- uses: dev-hato/actions-diff-pr-management@v1.1.0
3535
with:
3636
github-token: ${{secrets.GITHUB_TOKEN}}
3737
branch-name-prefix: fix-version
@@ -54,7 +54,7 @@ jobs:
5454
cache: npm
5555
- name: Install dependencies
5656
run: bash "${GITHUB_WORKSPACE}/scripts/pr_check_npm/npm_install.sh"
57-
- uses: dev-hato/actions-diff-pr-management@v1.0.9
57+
- uses: dev-hato/actions-diff-pr-management@v1.1.0
5858
with:
5959
github-token: ${{secrets.GITHUB_TOKEN}}
6060
branch-name-prefix: npm

.github/workflows/pr-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: format
4444
run: bash "${GITHUB_WORKSPACE}/scripts/pr_format/pr_format/format.sh"
4545
continue-on-error: true
46-
- uses: dev-hato/actions-diff-pr-management@v1.0.9
46+
- uses: dev-hato/actions-diff-pr-management@v1.1.0
4747
with:
4848
github-token: ${{secrets.GITHUB_TOKEN}}
4949
branch-name-prefix: fix-format

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ref: ${{ github.event.pull_request.head.sha }}
2323
- run: perl -pe "s/{commands}/$(sed -e '2,$s/^/ /' commands.txt)/g" < README.template.md > README.md
2424
if: github.event_name != 'pull_request' || github.event.action != 'closed'
25-
- uses: dev-hato/actions-diff-pr-management@v1.0.9
25+
- uses: dev-hato/actions-diff-pr-management@v1.1.0
2626
with:
2727
github-token: ${{secrets.GITHUB_TOKEN}}
2828
branch-name-prefix: update-readme

0 commit comments

Comments
 (0)