diff --git a/.github/workflows/project-auto-done.yml b/.github/workflows/project-auto-done.yml index 1f0b523..53e437e 100644 --- a/.github/workflows/project-auto-done.yml +++ b/.github/workflows/project-auto-done.yml @@ -17,7 +17,7 @@ jobs: (github.event_name == 'pull_request' && github.event.pull_request.merged == true) steps: - name: Move project item to Done - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} script: |