From de8cd287713c6b13407517259f227f9982aa1153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 18:38:10 +0000 Subject: [PATCH] Bump peter-evans/find-comment from 0da1f4fc1f20cd898368bd56089d391df418f52f to 1.3.0 (#22257) * Bump peter-evans/find-comment Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 0da1f4fc1f20cd898368bd56089d391df418f52f to 1.3.0. This release includes the previously tagged commit. - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/0da1f4fc1f20cd898368bd56089d391df418f52f...d2dae40ed151c634e4189471272b57e76ec19ba8) --- updated-dependencies: - dependency-name: peter-evans/find-comment dependency-type: direct:production ... Signed-off-by: dependabot[bot] * update allowed-actions Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Bengtsson Co-authored-by: Peter Bengtsson --- .github/allowed-actions.js | 2 +- .github/workflows/content-changes-table-comment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/allowed-actions.js b/.github/allowed-actions.js index c28e7fe706..4dd7bfa7e2 100644 --- a/.github/allowed-actions.js +++ b/.github/allowed-actions.js @@ -29,7 +29,7 @@ export default [ 'peter-evans/create-issue-from-file@b4f9ee0a9d4abbfc6986601d9b1a4f8f8e74c77e', 'peter-evans/create-or-update-comment@5221bf4aa615e5c6e95bb142f9673a9c791be2cd', 'peter-evans/create-pull-request@7380612b49221684fefa025244f2ef4008ae50ad', // v3.10.1 - 'peter-evans/find-comment@0da1f4fc1f20cd898368bd56089d391df418f52f', + 'peter-evans/find-comment@d2dae40ed151c634e4189471272b57e76ec19ba8', // v1.3.0 'rachmari/actions-add-new-issue-to-column@1a459ef92308ba7c9c9dc2fcdd72f232495574a9', 'repo-sync/github-sync@3832fe8e2be32372e1b3970bbae8e7079edeec88', 'repo-sync/pull-request@65194d8015be7624d231796ddee1cd52a5023cb3', // v2.6 diff --git a/.github/workflows/content-changes-table-comment.yml b/.github/workflows/content-changes-table-comment.yml index fc6c22f057..64dc8abb17 100644 --- a/.github/workflows/content-changes-table-comment.yml +++ b/.github/workflows/content-changes-table-comment.yml @@ -102,7 +102,7 @@ jobs: core.setOutput('changesTable', markdownTable) - name: Find content directory changes comment - uses: peter-evans/find-comment@0da1f4fc1f20cd898368bd56089d391df418f52f + uses: peter-evans/find-comment@d2dae40ed151c634e4189471272b57e76ec19ba8 id: findComment with: issue-number: ${{ github.event.pull_request.number }}