From a057d8fd5d4a62772434231316054a0bd7a72293 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Mon, 9 Sep 2024 09:20:12 +0200 Subject: [PATCH] try main --- .github/workflows/project-automation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/project-automation.yml b/.github/workflows/project-automation.yml index dddb8a548cc7..7b1bc7d95f32 100644 --- a/.github/workflows/project-automation.yml +++ b/.github/workflows/project-automation.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Update status to in_progress - uses: github/update-project-action@v3 + uses: github/update-project-action@main with: github_token: ${{ secrets.GH_PROJECT_AUTOMATION }} organization: getsentry @@ -34,7 +34,7 @@ jobs: steps: - name: Update status to in_review id: update_status - uses: github/update-project-action@v3 + uses: github/update-project-action@main with: github_token: ${{ secrets.GH_PROJECT_AUTOMATION }} organization: getsentry @@ -52,7 +52,7 @@ jobs: steps: - name: Update status to done id: update_status - uses: github/update-project-action@v3 + uses: github/update-project-action@main with: github_token: ${{ secrets.GH_PROJECT_AUTOMATION }} organization: getsentry