Skip to content

Commit f2444a5

Browse files
Merge pull request #1957 from dev-hato/renovate/dev-hato-actions-diff-pr-management-1.x
Update dev-hato/actions-diff-pr-management action to v1.1.1
2 parents 4c47cb4 + 02d8eef commit f2444a5

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.1.0
126+
- uses: dev-hato/actions-diff-pr-management@v1.1.1
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.1.0
34+
- uses: dev-hato/actions-diff-pr-management@v1.1.1
3535
with:
3636
github-token: ${{secrets.GITHUB_TOKEN}}
3737
branch-name-prefix: fix-version
@@ -53,7 +53,7 @@ jobs:
5353
cache: npm
5454
- name: Install dependencies
5555
run: bash "${GITHUB_WORKSPACE}/scripts/pr_check_npm/npm_install.sh"
56-
- uses: dev-hato/actions-diff-pr-management@v1.1.0
56+
- uses: dev-hato/actions-diff-pr-management@v1.1.1
5757
with:
5858
github-token: ${{secrets.GITHUB_TOKEN}}
5959
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.1.0
46+
- uses: dev-hato/actions-diff-pr-management@v1.1.1
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.1.0
25+
- uses: dev-hato/actions-diff-pr-management@v1.1.1
2626
with:
2727
github-token: ${{secrets.GITHUB_TOKEN}}
2828
branch-name-prefix: update-readme

0 commit comments

Comments
 (0)