From bc2f8c1e76654bf94564563fb5abb4685eb9cd49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 02:52:00 +0000 Subject: [PATCH] ci(deps): bump github/update-project-action Bumps [github/update-project-action](https://github.com/github/update-project-action) from f980378bc179626af5b4e20ec05ec39c7f7a6f6d to 21f8a8478d7c5253e166ee62517d3a942b170fa4. - [Release notes](https://github.com/github/update-project-action/releases) - [Commits](https://github.com/github/update-project-action/compare/f980378bc179626af5b4e20ec05ec39c7f7a6f6d...21f8a8478d7c5253e166ee62517d3a942b170fa4) --- updated-dependencies: - dependency-name: github/update-project-action dependency-version: 21f8a8478d7c5253e166ee62517d3a942b170fa4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/project-automation.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/project-automation.yml b/.github/workflows/project-automation.yml index bf34f2e6078f..433f17d17a59 100644 --- a/.github/workflows/project-automation.yml +++ b/.github/workflows/project-automation.yml @@ -17,7 +17,7 @@ jobs: - name: Check if PR is in project continue-on-error: true id: check_project - uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d + uses: github/update-project-action@21f8a8478d7c5253e166ee62517d3a942b170fa4 with: github_token: ${{ secrets.GH_PROJECT_AUTOMATION }} organization: getsentry @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Update status to in_progress - uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d + uses: github/update-project-action@21f8a8478d7c5253e166ee62517d3a942b170fa4 with: github_token: ${{ secrets.GH_PROJECT_AUTOMATION }} organization: getsentry @@ -66,7 +66,7 @@ jobs: steps: - name: Update status to in_review id: update_status - uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d + uses: github/update-project-action@21f8a8478d7c5253e166ee62517d3a942b170fa4 with: github_token: ${{ secrets.GH_PROJECT_AUTOMATION }} organization: getsentry @@ -87,7 +87,7 @@ jobs: steps: - name: Update status to done id: update_status - uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d + uses: github/update-project-action@21f8a8478d7c5253e166ee62517d3a942b170fa4 with: github_token: ${{ secrets.GH_PROJECT_AUTOMATION }} organization: getsentry