From 9a2c3003273fbb924c4c0400e1f697c5e2dcd2c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:06:30 -0400 Subject: [PATCH] chore(deps): update actions/github-script action to v7 (#222) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr-container-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-container-build.yaml b/.github/workflows/pr-container-build.yaml index 6a193016..23af47f2 100644 --- a/.github/workflows/pr-container-build.yaml +++ b/.github/workflows/pr-container-build.yaml @@ -132,7 +132,7 @@ jobs: - name: Comment image links in PR # run this stage only if there are changes that match the includes and not the excludes if: ${{ env.CHANGES != '' }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | await github.rest.issues.createComment({