From 842a07c324b244e8f57582ae36be16540cb5ae5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 22:46:42 +0000 Subject: [PATCH 1/2] Bump peter-evans/find-comment from 3.0.0 to 3.1.0 (#50679) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Grace Park --- .github/workflows/content-changes-table-comment.yml | 2 +- .github/workflows/dont-delete-assets.yml | 2 +- .github/workflows/dont-delete-features.yml | 2 +- .github/workflows/notify-about-deployment.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/content-changes-table-comment.yml b/.github/workflows/content-changes-table-comment.yml index 9a07e80691..d394b59e7c 100644 --- a/.github/workflows/content-changes-table-comment.yml +++ b/.github/workflows/content-changes-table-comment.yml @@ -66,7 +66,7 @@ jobs: run: npm run content-changes-table-comment - name: Find content directory changes comment - uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e + uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e id: findComment with: issue-number: ${{ github.event.pull_request.number || inputs.PR_NUMBER }} diff --git a/.github/workflows/dont-delete-assets.yml b/.github/workflows/dont-delete-assets.yml index 6358ccddac..104cc7c37c 100644 --- a/.github/workflows/dont-delete-assets.yml +++ b/.github/workflows/dont-delete-assets.yml @@ -41,7 +41,7 @@ jobs: - name: Find possible previous comment if: ${{ steps.comment.outputs.markdown != '' }} - uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e + uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e id: findComment with: issue-number: ${{ github.event.number }} diff --git a/.github/workflows/dont-delete-features.yml b/.github/workflows/dont-delete-features.yml index 61534b81a7..cddb604e7e 100644 --- a/.github/workflows/dont-delete-features.yml +++ b/.github/workflows/dont-delete-features.yml @@ -41,7 +41,7 @@ jobs: - name: Find possible previous comment if: ${{ steps.comment.outputs.markdown != '' }} - uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e + uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e id: findComment with: issue-number: ${{ github.event.number }} diff --git a/.github/workflows/notify-about-deployment.yml b/.github/workflows/notify-about-deployment.yml index 2b82715888..1c2b8827c1 100644 --- a/.github/workflows/notify-about-deployment.yml +++ b/.github/workflows/notify-about-deployment.yml @@ -48,7 +48,7 @@ jobs: - name: Find content directory changes comment if: ${{ steps.get-number.outputs.number != '' }} - uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e + uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e id: findComment with: issue-number: ${{ steps.get-number.outputs.number }} From 2d8d6af6574997082f64937272007cd41e9897c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 22:52:46 +0000 Subject: [PATCH 2/2] Bump alex-page/github-project-automation-plus from 0.8.3 to 0.9.0 (#50678) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Grace Park --- .github/workflows/move-help-wanted-issues.yml | 2 +- .github/workflows/move-ready-to-merge-pr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/move-help-wanted-issues.yml b/.github/workflows/move-help-wanted-issues.yml index 082da01eb8..7e065b1046 100644 --- a/.github/workflows/move-help-wanted-issues.yml +++ b/.github/workflows/move-help-wanted-issues.yml @@ -21,7 +21,7 @@ jobs: }} runs-on: ubuntu-latest steps: - - uses: alex-page/github-project-automation-plus@7ffb872c64bd809d23563a130a0a97d01dfa8f43 + - uses: alex-page/github-project-automation-plus@303f24a24c67ce7adf565a07e96720faf126fe36 with: project: Docs open source board column: Help wanted diff --git a/.github/workflows/move-ready-to-merge-pr.yaml b/.github/workflows/move-ready-to-merge-pr.yaml index 1cbd39c3fd..d3f6027174 100644 --- a/.github/workflows/move-ready-to-merge-pr.yaml +++ b/.github/workflows/move-ready-to-merge-pr.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: move PR - uses: alex-page/github-project-automation-plus@7ffb872c64bd809d23563a130a0a97d01dfa8f43 + uses: alex-page/github-project-automation-plus@303f24a24c67ce7adf565a07e96720faf126fe36 with: project: Docs open source board column: Triage