From 2ac59b7f6ea18f38d3d084a505848ec9c2bec550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 07:43:05 +0000 Subject: [PATCH] Bump marocchino/sticky-pull-request-comment from 1 to 2 Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 1 to 2. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/v1...v2) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-model-regression.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-model-regression.yml b/.github/workflows/ci-model-regression.yml index 617ebebf5750..5a3745e83863 100644 --- a/.github/workflows/ci-model-regression.yml +++ b/.github/workflows/ci-model-regression.yml @@ -654,7 +654,7 @@ jobs: echo "::set-output name=result::$OUTPUT" - name: Publish results as a PR comment - uses: marocchino/sticky-pull-request-comment@v1 + uses: marocchino/sticky-pull-request-comment@v2 if: always() with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -730,7 +730,7 @@ jobs: echo "::set-output name=result::$OUTPUT" - name: Publish results as a PR comment - uses: marocchino/sticky-pull-request-comment@v1 + uses: marocchino/sticky-pull-request-comment@v2 if: always() with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}