From 6fcf9263125974edf0651015199d3e04b15e7cba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 05:45:58 +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..2fb0db2 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 with: project-url: ${{ vars.PROJECT_URL }} github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}