From 25bf418686d05e4d56de431f631c1f1d3bb2a519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 23:54:17 +0000 Subject: [PATCH] Bump marocchino/sticky-pull-request-comment from 2.2.0 to 2.8.0 Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.2.0 to 2.8.0. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/v2.2.0...v2.8.0) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c41edab..ea143e9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -174,7 +174,7 @@ jobs: # This only works for PRs coming from inside of the repo, not from forks name: Report Docker Build to PR if: (github.event_name == 'pull_request') && (github.event.pull_request.head.repo.full_name == github.repository) - uses: marocchino/sticky-pull-request-comment@v2.2.0 + uses: marocchino/sticky-pull-request-comment@v2.8.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} path: docker_build_report_final.txt