diff --git a/.github/workflows/deploy-hato-bot.yml b/.github/workflows/deploy-hato-bot.yml index fc639a41fc..88c1342075 100644 --- a/.github/workflows/deploy-hato-bot.yml +++ b/.github/workflows/deploy-hato-bot.yml @@ -36,7 +36,7 @@ jobs: run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/update_uv_version/get_uv_version.sh" env: HEAD_REF: ${{github.head_ref || github.event.release.tag_name}} - - uses: dev-hato/actions-diff-pr-management@1e2c650446e6a6aab1858d55c8b693470ea5f2fe # v2.2.2 + - uses: dev-hato/actions-diff-pr-management@9de3de40217217a73ac95f3751d7bfe1c9f23ead # v2.2.3 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: fix-uv-version @@ -157,7 +157,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@1e2c650446e6a6aab1858d55c8b693470ea5f2fe # v2.2.2 + - uses: dev-hato/actions-diff-pr-management@9de3de40217217a73ac95f3751d7bfe1c9f23ead # v2.2.3 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: fix-version-pyproject @@ -187,7 +187,7 @@ jobs: run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/pr_update_version/get_npm_version.sh" env: HEAD_REF: ${{github.head_ref || github.event.release.tag_name}} - - uses: dev-hato/actions-diff-pr-management@1e2c650446e6a6aab1858d55c8b693470ea5f2fe # v2.2.2 + - uses: dev-hato/actions-diff-pr-management@9de3de40217217a73ac95f3751d7bfe1c9f23ead # v2.2.3 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: fix-version @@ -214,7 +214,7 @@ jobs: - name: Install dependencies if: github.event_name != 'pull_request' || github.event.action != 'closed' run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/npm_install.sh" - - uses: dev-hato/actions-diff-pr-management@1e2c650446e6a6aab1858d55c8b693470ea5f2fe # v2.2.2 + - uses: dev-hato/actions-diff-pr-management@9de3de40217217a73ac95f3751d7bfe1c9f23ead # v2.2.3 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 9ad52964d8..0a278113af 100644 --- a/.github/workflows/pr-format.yml +++ b/.github/workflows/pr-format.yml @@ -52,7 +52,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@1e2c650446e6a6aab1858d55c8b693470ea5f2fe # v2.2.2 + - uses: dev-hato/actions-diff-pr-management@9de3de40217217a73ac95f3751d7bfe1c9f23ead # v2.2.3 if: success() || failure() with: github-token: ${{steps.generate_token.outputs.token}} diff --git a/.github/workflows/update-readme-hato-bot.yml b/.github/workflows/update-readme-hato-bot.yml index d292926480..6ff744c2d6 100644 --- a/.github/workflows/update-readme-hato-bot.yml +++ b/.github/workflows/update-readme-hato-bot.yml @@ -26,7 +26,7 @@ jobs: persist-credentials: false - 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@1e2c650446e6a6aab1858d55c8b693470ea5f2fe # v2.2.2 + - uses: dev-hato/actions-diff-pr-management@9de3de40217217a73ac95f3751d7bfe1c9f23ead # v2.2.3 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: update-readme