From 811d25eff5bec05574c248f7b588cb2472f98075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:26:41 +0000 Subject: [PATCH] Bump thollander/actions-comment-pull-request from 3.0.0 to 3.0.1 Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/thollander/actions-comment-pull-request/releases) - [Commits](https://github.com/thollander/actions-comment-pull-request/compare/e2c37e53a7d2227b61585343765f73a9ca57eda9...24bffb9b452ba05a4f3f77933840a6a841d1b32b) --- updated-dependencies: - dependency-name: thollander/actions-comment-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/k8s-content-pr.yaml | 2 +- .github/workflows/ocp-test-profiles.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/k8s-content-pr.yaml b/.github/workflows/k8s-content-pr.yaml index acb027a723f..e1228ae9d89 100644 --- a/.github/workflows/k8s-content-pr.yaml +++ b/.github/workflows/k8s-content-pr.yaml @@ -106,7 +106,7 @@ jobs: runs-on: ubuntu-latest name: Upsert comment on the PR steps: - - uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9 # v2 + - uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v2 with: message: | :robot: A k8s content image for this PR is available at: diff --git a/.github/workflows/ocp-test-profiles.yaml b/.github/workflows/ocp-test-profiles.yaml index df5f81dc950..7bcf250305f 100644 --- a/.github/workflows/ocp-test-profiles.yaml +++ b/.github/workflows/ocp-test-profiles.yaml @@ -117,7 +117,7 @@ jobs: echo "${ALL_PROFILES_FORMATTED}" echo EOF } >> $GITHUB_OUTPUT - - uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9 # v2 + - uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v2 if: ${{ steps.profiles_to_test.outputs.TEST_PROFILES_COMMAND != '' }} with: message: |