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 b22faed commit 1578b61Copy full SHA for 1578b61
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
GLPA_C0_GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
33
- name: Find existing comment
34
- uses: peter-evans/find-comment@v3
+ uses: peter-evans/find-comment@v4
35
id: find-comment
36
if: ${{ !cancelled() && github.event_name == 'pull_request' }}
37
with:
0 commit comments