Skip to content

Commit 613d54f

Browse files
chore(deps): bump bimdata/actions from 3 to 4
Bumps [bimdata/actions](https://github.com/bimdata/actions) from 3 to 4. - [Commits](bimdata/actions@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] <support@github.com>
1 parent c9f3ecb commit 613d54f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
password: ${{ secrets.DOCKER_PASS }}
6464
- id: tag
6565
name: Get docker tag
66-
uses: bimdata/actions/get-docker-tag@v3
66+
uses: bimdata/actions/get-docker-tag@v4
6767
with:
6868
branch: ${{ github.ref }}
6969
- name: Build and push
@@ -87,11 +87,11 @@ jobs:
8787
password: ${{ secrets.DOCKER_PASS }}
8888
- id: tag
8989
name: Get docker tag
90-
uses: bimdata/actions/get-docker-tag@v3
90+
uses: bimdata/actions/get-docker-tag@v4
9191
with:
9292
branch: ${{ github.ref }}
9393
- name: Deploy on ${{ env.tag }}
94-
uses: bimdata/actions/deployment@v3
94+
uses: bimdata/actions/deployment@v4
9595
with:
9696
inventory: ${{ env.tag }}
9797
app: platform-back

0 commit comments

Comments
 (0)