From bd78e96813f0faa2b8502e3fc3eda1ab99d20cc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 01:06:33 +0000 Subject: [PATCH] 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 70453b87..63a8854b 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 }}