From 10eb049ed2fd26f423d2b9b882fcc10a25d07b69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 22:34:37 +0000 Subject: [PATCH] Bump dev-hato/actions-diff-pr-management from 1.1.12 to 1.1.13 Bumps [dev-hato/actions-diff-pr-management](https://github.com/dev-hato/actions-diff-pr-management) from 1.1.12 to 1.1.13. - [Release notes](https://github.com/dev-hato/actions-diff-pr-management/releases) - [Commits](https://github.com/dev-hato/actions-diff-pr-management/compare/128afc4203b4e391e03868be91c987b2ddba7ea5...7cc8ab103917849f6995064afae9f4cbcfd009ae) --- updated-dependencies: - dependency-name: dev-hato/actions-diff-pr-management dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-hato-bot.yml | 6 +++--- .github/workflows/pr-format.yml | 2 +- .github/workflows/update-readme-hato-bot.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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