From f0a2ee482c01e9785658f292ac4ecaf523045b4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:33:36 +0100 Subject: [PATCH] feat(deps): bump edumserrano/find-create-or-update-comment from 1.0.4 to 2.0.0 (#117) feat(deps): bump edumserrano/find-create-or-update-comment Bumps [edumserrano/find-create-or-update-comment](https://github.com/edumserrano/find-create-or-update-comment) from 1.0.4 to 2.0.0. - [Release notes](https://github.com/edumserrano/find-create-or-update-comment/releases) - [Commits](https://github.com/edumserrano/find-create-or-update-comment/compare/v1.0.4...v2.0.0) --- updated-dependencies: - dependency-name: edumserrano/find-create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 9f0129d..7f3f43a 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -282,7 +282,7 @@ jobs: echo "validate=${validate}" >> $GITHUB_OUTPUT - name: Post/update results as comment - uses: edumserrano/find-create-or-update-comment@v1.0.4 + uses: edumserrano/find-create-or-update-comment@v2.0.0 # This step will fail when running on the main branch, as there # won't be any PR or comment to find. continue-on-error: true