diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index ed990d4..10f34a8 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: script: | const { data: files } = await github.rest.pulls.listFiles({ @@ -57,7 +57,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: script: | const pattern = /^(feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert)(\(.+\))?!?:\s.+/;