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') {