From 34ad82861b87857e59c2be91cedaec98d4b3e397 Mon Sep 17 00:00:00 2001 From: "schtack-renovator[bot]" <189104595+schtack-renovator[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 11:03:44 +0000 Subject: [PATCH] chore(deps): update actions/add-to-project action to v2 --- .github/workflows/pr-issues-project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-issues-project.yaml b/.github/workflows/pr-issues-project.yaml index afa0210..d7412d5 100644 --- a/.github/workflows/pr-issues-project.yaml +++ b/.github/workflows/pr-issues-project.yaml @@ -40,7 +40,7 @@ jobs: private-key: ${{ secrets.SCHTACK_MAINTAINER_PRIVATE_KEY }} - name: Add PR or issue to the project board - uses: actions/add-to-project@v1.0.2 + uses: actions/add-to-project@v2.0.0 with: project-url: https://github.com/orgs/schrodingers-stack/projects/1/ github-token: ${{ steps.app_token.outputs.token }}