From e7eb71ca7663e349b05f9d39fe63a80d365affac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 20:12:43 +0000 Subject: [PATCH] Update actions/github-script action to v7 --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index edb7ae2..b36c6eb 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -82,7 +82,7 @@ jobs: input-string: 'Hello World' - name: Check Outputs - uses: actions/github-script@v3 + uses: actions/github-script@v7 with: script: | if('${{steps.lowercase.outputs.output-string}}' !== 'hello world') {