From 273f7a6b7111996992681180e0fe9fa78815b8fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 02:03:00 +0000 Subject: [PATCH] chore(deps): bump primer/.github/.github/workflows/deploy.yml Bumps [primer/.github/.github/workflows/deploy.yml](https://github.com/primer/.github) from 5d641c4a200cecaddcb067822ea54dd17ae0a821 to 2bbbbf004e8281856e08f6607eb46a7ee59e65ed. - [Release notes](https://github.com/primer/.github/releases) - [Commits](https://github.com/primer/.github/compare/5d641c4a200cecaddcb067822ea54dd17ae0a821...2bbbbf004e8281856e08f6607eb46a7ee59e65ed) --- updated-dependencies: - dependency-name: primer/.github/.github/workflows/deploy.yml dependency-version: 2bbbbf004e8281856e08f6607eb46a7ee59e65ed dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy_production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_production.yml b/.github/workflows/deploy_production.yml index b926af7a97c..86b35f9f658 100644 --- a/.github/workflows/deploy_production.yml +++ b/.github/workflows/deploy_production.yml @@ -51,7 +51,7 @@ jobs: name: Production needs: [guard] if: ${{ needs.guard.outputs.should_deploy == 'true' }} - uses: primer/.github/.github/workflows/deploy.yml@5d641c4a200cecaddcb067822ea54dd17ae0a821 + uses: primer/.github/.github/workflows/deploy.yml@2bbbbf004e8281856e08f6607eb46a7ee59e65ed secrets: gh_token: ${{ secrets.GITHUB_TOKEN }} with: