diff --git a/.github/workflows/remove-autoclose-label.yml b/.github/workflows/remove-autoclose-label.yml index 5411b19..fd500c8 100644 --- a/.github/workflows/remove-autoclose-label.yml +++ b/.github/workflows/remove-autoclose-label.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Remove duplicate label if human commented - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const issue = context.payload.issue;