diff --git a/.github/workflows/auto_label.yml b/.github/workflows/auto_label.yml index bb812db..683a78c 100644 --- a/.github/workflows/auto_label.yml +++ b/.github/workflows/auto_label.yml @@ -10,7 +10,7 @@ jobs: issues: write steps: - name: Label based on title tags - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: | const title = context.payload.issue.title;