Skip to content

Commit

Permalink
Merge pull request hashicorp#35496 from hashicorp/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/peter-evans/find-comment-3.0.0

build(deps): bump peter-evans/find-comment from 2.4.0 to 3.0.0
  • Loading branch information
ewbankkit authored Jan 26, 2024
2 parents dd09c22 + 9b5641d commit 4daf73d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- name: Find Existing PR Comment
id: prc
uses: peter-evans/find-comment@a54c31d7fa095754bfef525c0c8e5e5674c4b4b1 # v2.4.0
uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3.0.0
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: "github-actions[bot]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- name: Find Existing PR Comment
id: prc
uses: peter-evans/find-comment@a54c31d7fa095754bfef525c0c8e5e5674c4b4b1 # v2.4.0
uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3.0.0
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: "github-actions[bot]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- name: Find Existing PR Comment
id: prc
uses: peter-evans/find-comment@a54c31d7fa095754bfef525c0c8e5e5674c4b4b1 # v2.4.0
uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3.0.0
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: "github-actions[bot]"
Expand Down

0 comments on commit 4daf73d

Please sign in to comment.