From 0e3513d5b813304f27d948385af8ac1dd1aceb7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:15:04 +0000 Subject: [PATCH] Update actions/add-to-project action to v1 --- .github/workflows/add_new_pr_to_project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}