From 987b1185839c7964d21ea7f15873775256db97d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:31:32 +0000 Subject: [PATCH] Update actions/add-to-project action to v0.6.1 --- .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..eea45f74 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@v0.6.1 with: project-url: https://github.com/users/langchain4j/projects/2 github-token: ${{ secrets.GH_TOKEN_ADD_NEW_PRS_TO_PROJECT }}