From b1ff888d0db95dc27166697728d339d3bf0c87a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 09:02:51 -0500 Subject: [PATCH] chore(deps): update actions/github-script action to v7 (#108) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/hodolint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hodolint.yml b/.github/workflows/hodolint.yml index d1276f1..cbc3126 100644 --- a/.github/workflows/hodolint.yml +++ b/.github/workflows/hodolint.yml @@ -51,7 +51,7 @@ jobs: output_format: checkstyle dockerfile: '${{ steps.changed-files.outputs.other_changed_files }}' - name: Update Pull Request - uses: actions/github-script@v6 + uses: actions/github-script@v7 if: github.event_name == 'pull_request' with: script: |