diff --git a/.github/workflows/deploy-hato-bot.yml b/.github/workflows/deploy-hato-bot.yml index aefaaa4a04..6840094d21 100644 --- a/.github/workflows/deploy-hato-bot.yml +++ b/.github/workflows/deploy-hato-bot.yml @@ -122,7 +122,7 @@ jobs: run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/update_version_python_version/get_python_version.sh" env: HEAD_REF: ${{github.head_ref || github.event.release.tag_name}} - - uses: dev-hato/actions-diff-pr-management@v1.1.10 + - uses: dev-hato/actions-diff-pr-management@v1.1.11 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: fix-version-python-version diff --git a/.github/workflows/pr-check-npm.yml b/.github/workflows/pr-check-npm.yml index 70f062d742..86a264f63c 100644 --- a/.github/workflows/pr-check-npm.yml +++ b/.github/workflows/pr-check-npm.yml @@ -34,7 +34,7 @@ jobs: id: get_npm_version if: github.event_name != 'pull_request' || github.event.action != 'closed' run: bash "${GITHUB_WORKSPACE}/scripts/pr_check_npm/pr_update_version/get_npm_version.sh" - - uses: dev-hato/actions-diff-pr-management@v1.1.10 + - uses: dev-hato/actions-diff-pr-management@v1.1.11 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: fix-version @@ -59,7 +59,7 @@ jobs: - name: Install dependencies if: github.event_name != 'pull_request' || github.event.action != 'closed' run: bash "${GITHUB_WORKSPACE}/scripts/pr_check_npm/npm_install.sh" - - uses: dev-hato/actions-diff-pr-management@v1.1.10 + - uses: dev-hato/actions-diff-pr-management@v1.1.11 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: npm diff --git a/.github/workflows/pr-format.yml b/.github/workflows/pr-format.yml index ea7de56f77..c091896633 100644 --- a/.github/workflows/pr-format.yml +++ b/.github/workflows/pr-format.yml @@ -48,7 +48,7 @@ jobs: id: format if: github.event_name != 'pull_request' || github.event.action != 'closed' run: bash "${GITHUB_WORKSPACE}/scripts/pr_format/pr_format/format.sh" - - uses: dev-hato/actions-diff-pr-management@v1.1.10 + - uses: dev-hato/actions-diff-pr-management@v1.1.11 if: success() || failure() with: github-token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/update-readme-hato-bot.yml b/.github/workflows/update-readme-hato-bot.yml index 75a528c12c..bdd8c208ca 100644 --- a/.github/workflows/update-readme-hato-bot.yml +++ b/.github/workflows/update-readme-hato-bot.yml @@ -21,7 +21,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - run: perl -pe "s/{commands}/$(sed -e '2,$s/^/ /' commands.txt)/g" < README.template.md > README.md if: github.event_name != 'pull_request' || github.event.action != 'closed' - - uses: dev-hato/actions-diff-pr-management@v1.1.10 + - uses: dev-hato/actions-diff-pr-management@v1.1.11 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: update-readme