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 1a6af79..cde5e7b 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@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const pr = context.payload.pull_request;