Skip to content

Commit 93a5197

Browse files
ci(deps): update peter-evans/find-comment action from v3.0.0 to v3.1.0
1 parent 1340b66 commit 93a5197

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
branch: ${{ env.BRANCH }}
7474

7575
- if: ${{ ! cancelled() && github.event_name == 'pull_request_target' }}
76-
uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3.0.0
76+
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0
7777
id: fc
7878
with:
7979
issue-number: ${{ github.event.pull_request.number }}

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
pull-requests: write
8585
runs-on: ubuntu-latest
8686
steps:
87-
- uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3.0.0
87+
- uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0
8888
id: fc
8989
with:
9090
issue-number: ${{ needs.get-pr-number.outputs.pr_number }}

0 commit comments

Comments
 (0)