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.
2 parents 40e6d3b + 1578b61 commit cd5a393Copy full SHA for cd5a393
.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