From a48b69c51799027c38a7291b6b0e99716d9d124b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 12:31:47 +0000 Subject: [PATCH] Bump peter-evans/find-comment from 3.0.0 to 3.1.0 Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/d5fe37641ad8451bdd80312415672ba26c86575e...3eae4d37986fb5a8592848f6a574fdf654e61f9e) --- updated-dependencies: - dependency-name: peter-evans/find-comment dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/label-on-approval.yml | 2 +- .github/workflows/testdata-version.yml | 2 +- .github/workflows/workflow-warning.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/label-on-approval.yml b/.github/workflows/label-on-approval.yml index 8195d7b4d..16bd7a59c 100644 --- a/.github/workflows/label-on-approval.yml +++ b/.github/workflows/label-on-approval.yml @@ -63,7 +63,7 @@ jobs: allowed-endpoints: > api.github.com:443 - name: Find comment - uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3.0.0 + uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0 id: fc with: issue-number: ${{ github.event.pull_request.number }} diff --git a/.github/workflows/testdata-version.yml b/.github/workflows/testdata-version.yml index 9a7277b06..60452f569 100644 --- a/.github/workflows/testdata-version.yml +++ b/.github/workflows/testdata-version.yml @@ -46,7 +46,7 @@ jobs: echo "Latest xclim-testdata tag: ${{ env.XCLIM_TESTDATA_TAG }}" echo "Tag for xclim-testdata in CI: ${{ env.XCLIM_TESTDATA_BRANCH }}" - name: Find Comment - uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3.0.0 + uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0 id: fc with: issue-number: ${{ github.event.pull_request.number }} diff --git a/.github/workflows/workflow-warning.yml b/.github/workflows/workflow-warning.yml index ce4d99752..729cf0142 100644 --- a/.github/workflows/workflow-warning.yml +++ b/.github/workflows/workflow-warning.yml @@ -33,7 +33,7 @@ jobs: allowed-endpoints: > api.github.com:443 - name: Find comment - uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3.0.0 + uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0 id: fc with: issue-number: ${{ github.event.pull_request.number }}