From aaac06776e0bcb4ba1bac3fd0b36ca56b1b58d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 04:18:42 +0000 Subject: [PATCH] chore(deps): bump DaVinciBot/shared-workflows/.github/workflows/deploy.yml Bumps [DaVinciBot/shared-workflows/.github/workflows/deploy.yml](https://github.com/davincibot/shared-workflows) from 6.1.1 to 7.2.0. - [Commits](https://github.com/davincibot/shared-workflows/compare/v6.1.1...v7.2.0) --- updated-dependencies: - dependency-name: DaVinciBot/shared-workflows/.github/workflows/deploy.yml dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/container.yml | 2 +- .github/workflows/deploy.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 8672a47..71bf855 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -29,7 +29,7 @@ jobs: name: Deploy Dev if: github.event_name == 'push' && github.ref == 'refs/heads/dev' needs: build-and-publish - uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v6.1.1 + uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v7.2.0 with: environment: dev health_url: https://dev.davincibot.fr/admin/health diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 65c8851..b814cfd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: deploy-staging: name: Deploy Staging if: inputs.environment == 'staging' - uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v6.1.1 + uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v7.2.0 with: environment: staging image_tag: ${{ inputs.image_tag }} @@ -36,7 +36,7 @@ jobs: deploy-prod: name: Deploy Prod if: inputs.environment == 'prod' - uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v6.1.1 + uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v7.2.0 with: environment: prod image_tag: ${{ inputs.image_tag }}