From c690abe810c3aa2ceb76fdead14b28e42f5ad48a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:55:38 +0000 Subject: [PATCH] MAINT: Bump int128/hide-comment-action from 1.47.0 to 1.68.0 Bumps [int128/hide-comment-action](https://github.com/int128/hide-comment-action) from 1.47.0 to 1.68.0. - [Release notes](https://github.com/int128/hide-comment-action/releases) - [Commits](https://github.com/int128/hide-comment-action/compare/3580fff2b9b7c0e16466686530622f0eed93132a...796bf7c5e1532e01dffcecbd3947a2adb9f3eacd) --- updated-dependencies: - dependency-name: int128/hide-comment-action dependency-version: 1.68.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/mypy_primer_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mypy_primer_comment.yml b/.github/workflows/mypy_primer_comment.yml index 9f4cda2..3e9969f 100644 --- a/.github/workflows/mypy_primer_comment.yml +++ b/.github/workflows/mypy_primer_comment.yml @@ -49,7 +49,7 @@ jobs: return parseInt(fs.readFileSync("pr_number.txt", { encoding: "utf8" })) - name: Hide old comments - uses: int128/hide-comment-action@3580fff2b9b7c0e16466686530622f0eed93132a # v1.47.0 + uses: int128/hide-comment-action@796bf7c5e1532e01dffcecbd3947a2adb9f3eacd # v1.68.0 with: token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ steps.get-pr-number.outputs.result }}