From 124cafbc761527b29e7af2e620942a0fb595e4cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 22:39:25 +0000 Subject: [PATCH] GH Actions: Bump octokit/request-action from 2.4.0 to 3.0.0 Bumps [octokit/request-action](https://github.com/octokit/request-action) from 2.4.0 to 3.0.0. - [Release notes](https://github.com/octokit/request-action/releases) - [Commits](https://github.com/octokit/request-action/compare/dad4362715b7fb2ddedf9772c8670824af564f0d...b91aabaa861c777dcdb14e2387e30eddf04619ae) --- updated-dependencies: - dependency-name: octokit/request-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/verify-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-release.yml b/.github/workflows/verify-release.yml index ce8a6a16a7..31dbd60940 100644 --- a/.github/workflows/verify-release.yml +++ b/.github/workflows/verify-release.yml @@ -83,7 +83,7 @@ jobs: steps: - name: Retrieve latest release info - uses: octokit/request-action@dad4362715b7fb2ddedf9772c8670824af564f0d # v2.4.0 + uses: octokit/request-action@b91aabaa861c777dcdb14e2387e30eddf04619ae # v3.0.0 id: get_latest_release with: route: GET /repos/PHPCSStandards/PHP_CodeSniffer/releases/latest