We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e270482 commit 6dd9231Copy full SHA for 6dd9231
1 file changed
.github/workflows/mypy_primer_comment.yml
@@ -49,7 +49,7 @@ jobs:
49
return parseInt(fs.readFileSync("pr_number.txt", { encoding: "utf8" }))
50
51
- name: Hide old comments
52
- uses: int128/hide-comment-action@d38cf5901fbb26e4d5790890955713b0ec539087 # v1.57.0
+ uses: int128/hide-comment-action@392bc214093dafaebdf99c7d6298245262832d15 # v1.58.0
53
with:
54
token: ${{ secrets.GITHUB_TOKEN }}
55
issue-number: ${{ steps.get-pr-number.outputs.result }}
0 commit comments