diff --git a/.github/workflows/pr-lint.yaml b/.github/workflows/pr-lint.yaml index 4e94686e..299cb96d 100644 --- a/.github/workflows/pr-lint.yaml +++ b/.github/workflows/pr-lint.yaml @@ -11,7 +11,7 @@ jobs: # 1) Validate the branch name without using shell (no user input in `run`) - name: Check ticket name conforms to requirements id: validate-branch - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const ref = context.payload.pull_request?.head?.ref || ''; @@ -27,7 +27,7 @@ jobs: contains(github.event.pull_request.head.ref, 'APM-') || contains(github.event.pull_request.head.ref, 'amb-') || contains(github.event.pull_request.head.ref, 'AMB-') - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: result-encoding: string script: |