diff --git a/.github/workflows/deploy-hato-bot.yml b/.github/workflows/deploy-hato-bot.yml index b945f6f91f..94ce0cb033 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@128afc4203b4e391e03868be91c987b2ddba7ea5 # v1.1.12 + - uses: dev-hato/actions-diff-pr-management@7cc8ab103917849f6995064afae9f4cbcfd009ae # v1.1.13 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: fix-version-python-version @@ -151,7 +151,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@128afc4203b4e391e03868be91c987b2ddba7ea5 # v1.1.12 + - uses: dev-hato/actions-diff-pr-management@7cc8ab103917849f6995064afae9f4cbcfd009ae # v1.1.13 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: fix-version @@ -177,7 +177,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@128afc4203b4e391e03868be91c987b2ddba7ea5 # v1.1.12 + - uses: dev-hato/actions-diff-pr-management@7cc8ab103917849f6995064afae9f4cbcfd009ae # v1.1.13 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 f0d1faf2fc..84b30cc972 100644 --- a/.github/workflows/pr-format.yml +++ b/.github/workflows/pr-format.yml @@ -44,7 +44,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@128afc4203b4e391e03868be91c987b2ddba7ea5 # v1.1.12 + - uses: dev-hato/actions-diff-pr-management@7cc8ab103917849f6995064afae9f4cbcfd009ae # v1.1.13 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 ed795061a4..1de0f92500 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@128afc4203b4e391e03868be91c987b2ddba7ea5 # v1.1.12 + - uses: dev-hato/actions-diff-pr-management@7cc8ab103917849f6995064afae9f4cbcfd009ae # v1.1.13 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: update-readme