diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 0e72d4c..a0c27b7 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Verify PR body references an issue - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const body = context.payload.pull_request.body || ''; @@ -36,7 +36,7 @@ jobs: needs: check-issue-reference steps: - name: Verify linked issue(s) have status:approved label - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -91,7 +91,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Verify PR has exactly one type:* label - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |