Skip to content

Commit

Permalink
update to use to action-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Jan 22, 2024
1 parent 0ddbd43 commit 4655ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Calaos Action Bump Version
id: calaos_version
uses: calaos/[email protected].0
uses: calaos/[email protected].1
with:
version_fragment: 'prerelease'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Calaos Action Bump Version
id: calaos_version
uses: calaos/[email protected].0
uses: calaos/[email protected].1
with:
version_fragment: ${{ github.event.inputs.vincrement }}

Expand Down

0 comments on commit 4655ec4

Please sign in to comment.