Skip to content

Commit 2ddbb68

Browse files
build(deps): bump bimdata/actions from 3 to 4 (#114)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14e686a commit 2ddbb68

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
@@ -24,7 +24,7 @@ jobs:
2424
password: ${{ secrets.DOCKER_PASS }}
2525
- id: tag
2626
name: Get docker tag
27-
uses: bimdata/actions/get-docker-tag@v3
27+
uses: bimdata/actions/get-docker-tag@v4
2828
with:
2929
branch: ${{ github.ref }}
3030
- name: Build and push
@@ -49,11 +49,11 @@ jobs:
4949
password: ${{ secrets.DOCKER_PASS }}
5050
- id: tag
5151
name: Get docker tag
52-
uses: bimdata/actions/get-docker-tag@v3
52+
uses: bimdata/actions/get-docker-tag@v4
5353
with:
5454
branch: ${{ github.ref }}
5555
- name: Deploy on ${{ env.tag }}
56-
uses: bimdata/actions/deployment@v3
56+
uses: bimdata/actions/deployment@v4
5757
with:
5858
inventory: ${{ env.tag }}
5959
app: ${{ env.app }}

0 commit comments

Comments
 (0)