diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 56a0c15..5245ed8 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Auto label based on files changed - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const { owner, repo } = context.repo; diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 6011038..0ff9a7b 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@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const pr = context.payload.pull_request;