From 9df4b08e0e3da3d456496fe422781b298d1acfdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 16:31:07 +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 1.0.0 to 1.1.0. - [Commits](https://github.com/davincibot/shared-workflows/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: DaVinciBot/shared-workflows/.github/workflows/deploy.yml dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/container.yml | 2 +- .github/workflows/deploy.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index c4d3a96..c01db6a 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -35,7 +35,7 @@ jobs: name: Deploy Dev if: github.event_name == 'push' && github.ref == 'refs/heads/develop' needs: build-and-publish - uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v1.0.0 + uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v1.1.0 with: environment: dev image_ref: ${{ needs.build-and-publish.outputs.image }}@${{ needs.build-and-publish.outputs.digest }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dc990eb..2d62713 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: deploy-dev: name: Deploy Dev if: inputs.environment == 'dev' - uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v1.0.0 + uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v1.1.0 with: environment: dev image_ref: ${{ inputs.image_ref }} @@ -37,7 +37,7 @@ jobs: deploy-staging: name: Deploy Staging if: inputs.environment == 'staging' - uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v1.0.0 + uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v1.1.0 with: environment: staging image_ref: ${{ inputs.image_ref }} @@ -47,7 +47,7 @@ jobs: deploy-prod: name: Deploy Prod if: inputs.environment == 'prod' - uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v1.0.0 + uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v1.1.0 with: environment: prod image_ref: ${{ inputs.image_ref }}