diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index d4e79b2..2e1dcf9 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Auto label based on files changed - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { owner, repo } = context.repo; @@ -105,7 +105,7 @@ jobs: steps: - name: Auto label based on title/body - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { owner, repo } = context.repo; diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index f1dac85..e27dbf9 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -172,7 +172,7 @@ jobs: steps: - name: Check PR has description - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const pr = context.payload.pull_request;