From 613d54fd01b3578f85d1e4f9f08ef2512ed4583b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 21:32:20 +0000 Subject: [PATCH] chore(deps): bump bimdata/actions from 3 to 4 Bumps [bimdata/actions](https://github.com/bimdata/actions) from 3 to 4. - [Commits](https://github.com/bimdata/actions/compare/v3...v4) --- updated-dependencies: - dependency-name: bimdata/actions dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5de9709..7a3019d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,7 +63,7 @@ jobs: password: ${{ secrets.DOCKER_PASS }} - id: tag name: Get docker tag - uses: bimdata/actions/get-docker-tag@v3 + uses: bimdata/actions/get-docker-tag@v4 with: branch: ${{ github.ref }} - name: Build and push @@ -87,11 +87,11 @@ jobs: password: ${{ secrets.DOCKER_PASS }} - id: tag name: Get docker tag - uses: bimdata/actions/get-docker-tag@v3 + uses: bimdata/actions/get-docker-tag@v4 with: branch: ${{ github.ref }} - name: Deploy on ${{ env.tag }} - uses: bimdata/actions/deployment@v3 + uses: bimdata/actions/deployment@v4 with: inventory: ${{ env.tag }} app: platform-back