From 7e79ff30d13fe2cfac7212b791991453588a62b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:49:44 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 100f5365..4f5516b5 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@v3 + uses: bimdata/actions/get-docker-tag@v4 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@v3 + uses: bimdata/actions/get-docker-tag@v4 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@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: ${{ env.app }}