diff --git a/.github/workflows/add_new_pr_to_project.yaml b/.github/workflows/add_new_pr_to_project.yaml index dc602533..1f980812 100644 --- a/.github/workflows/add_new_pr_to_project.yaml +++ b/.github/workflows/add_new_pr_to_project.yaml @@ -11,7 +11,7 @@ jobs: name: Add PR to Project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.5.0 + - uses: actions/add-to-project@v1.0.2 with: project-url: https://github.com/users/langchain4j/projects/2 github-token: ${{ secrets.GH_TOKEN_ADD_NEW_PRS_TO_PROJECT }}