diff --git a/.github/workflows/add-to-triage.yml b/.github/workflows/add-to-triage.yml index f2e652bd1f6..83297dcab33 100644 --- a/.github/workflows/add-to-triage.yml +++ b/.github/workflows/add-to-triage.yml @@ -10,7 +10,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.4.1 + - uses: actions/add-to-project@v0.5.0 with: project-url: https://github.com/orgs/eslint/projects/3 github-token: ${{ secrets.PROJECT_BOT_TOKEN }}