From 08557d1f263119605fe978d731a5fc038a4e4bfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:36:50 +0000 Subject: [PATCH] build(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 45ba1a4..82619ca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,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 @@ -49,11 +49,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 }}