From 3e39ffafa4560a2d53a3ac2776e0282b64bed702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 08:43:54 +0000 Subject: [PATCH] chore(deps): bump bimdata/actions from 4 to 6 Bumps [bimdata/actions](https://github.com/bimdata/actions) from 4 to 6. - [Commits](https://github.com/bimdata/actions/compare/v4...v6) --- updated-dependencies: - dependency-name: bimdata/actions dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f5516b5d..492c98b54 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: password: ${{ secrets.DOCKER_PASS }} - id: tag name: Get docker tag - uses: bimdata/actions/get-docker-tag@v4 + uses: bimdata/actions/get-docker-tag@v6 with: branch: ${{ github.ref }} - name: Build and push @@ -84,7 +84,7 @@ jobs: persist-credentials: false - id: tag name: Get docker tag - uses: bimdata/actions/get-docker-tag@v4 + uses: bimdata/actions/get-docker-tag@v6 with: branch: ${{ github.ref }} - name: Run e2e tests @@ -108,11 +108,11 @@ jobs: password: ${{ secrets.DOCKER_PASS }} - id: tag name: Get docker tag - uses: bimdata/actions/get-docker-tag@v4 + uses: bimdata/actions/get-docker-tag@v6 with: branch: ${{ github.ref }} - name: Deploy on ${{ env.tag }} - uses: bimdata/actions/deployment@v4 + uses: bimdata/actions/deployment@v6 with: inventory: ${{ env.tag }} app: ${{ env.app }}