From af4067bb6f88e1ad153ed7dfbe4908298a8a7525 Mon Sep 17 00:00:00 2001 From: Megan Riel-Mehan Date: Tue, 11 Jun 2024 14:51:38 -0700 Subject: [PATCH] Update add-issue-to-project.yml --- .github/workflows/add-issue-to-project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-issue-to-project.yml b/.github/workflows/add-issue-to-project.yml index ba0628b9d..edcee7a55 100644 --- a/.github/workflows/add-issue-to-project.yml +++ b/.github/workflows/add-issue-to-project.yml @@ -9,8 +9,8 @@ jobs: add-to-project: name: Add issue to project runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.5.0 + steps: + - uses: actions/add-to-project@v1.0.1 with: project-url: https://github.com/orgs/mesoscope/projects/1 github-token: ${{ secrets.PROJECT_PAT }}