File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments