From d90a878b6945984f747f6e582a6ee205fb10d609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 04:19:55 +0000 Subject: [PATCH] Bump Automattic/action-required-review from 4.1.0 to 4.1.1 Bumps [Automattic/action-required-review](https://github.com/automattic/action-required-review) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/automattic/action-required-review/releases) - [Changelog](https://github.com/Automattic/action-required-review/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/automattic/action-required-review/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: Automattic/action-required-review dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 054058e4..7ff3c2a3 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -19,7 +19,7 @@ jobs: with: app-id: ${{ secrets.REQUIRED_REVIEWS_APP_ID }} private-key: ${{ secrets.REQUIRED_REVIEWS_APP_KEY }} - - uses: Automattic/action-required-review@v4.1.0 + - uses: Automattic/action-required-review@v4.1.1 with: token: ${{ steps.generate-token.outputs.token }} status: Required Reviews