diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 60c8160..5e3351b 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -27,7 +27,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Analyze commits and add labels - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -143,7 +143,7 @@ jobs: } - name: Add size label - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -208,7 +208,7 @@ jobs: } - name: Hacktoberfest auto-accept - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |