From 5d919728649ced851dc6edaf096ebf35893d85d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 23:04:15 +0000 Subject: [PATCH] Bump cpina/github-action-push-to-another-repository from 1.3 to 1.7 Bumps [cpina/github-action-push-to-another-repository](https://github.com/cpina/github-action-push-to-another-repository) from 1.3 to 1.7. - [Release notes](https://github.com/cpina/github-action-push-to-another-repository/releases) - [Commits](https://github.com/cpina/github-action-push-to-another-repository/compare/v1.3...v1.7) --- updated-dependencies: - dependency-name: cpina/github-action-push-to-another-repository dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index afcb17c9..16f4250b 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -63,7 +63,7 @@ jobs: - name: "Deploy to ${{ inputs.environment }}" if: "! inputs.search-index-only" - uses: "cpina/github-action-push-to-another-repository@v1.3" + uses: "cpina/github-action-push-to-another-repository@v1.7" env: API_TOKEN_GITHUB: "${{ secrets.doctrine_website_deployment_token }}" with: