From 07b8acc6fcc6075100d365aafa1fcc3fa328716f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 21:50:04 +0000 Subject: [PATCH] [client-python] chore(deps): update actions/add-to-project action to v2 --- .github/workflows/integrations-add-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrations-add-to-project.yml b/.github/workflows/integrations-add-to-project.yml index 70453b8..63a8854 100644 --- a/.github/workflows/integrations-add-to-project.yml +++ b/.github/workflows/integrations-add-to-project.yml @@ -14,7 +14,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v1.0.2 + - uses: actions/add-to-project@v2.0.0 with: project-url: ${{ vars.PROJECT_URL }} github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}