Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent adaa883 commit 113b211
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-release-on-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Bump version and push tag
id: bump-version
uses: ietf-tools/semver-action@v1
uses: ietf-tools/semver-action@2415a9e79db34eb828a8dc1d20d4890725737227 # v1
with:
token: ${{ github.token }}
branch: master
Expand All @@ -25,7 +25,7 @@ jobs:

- name: create bosh release
id: create-bosh-release
uses: orange-cloudfoundry/[email protected]
uses: orange-cloudfoundry/create-bosh-release-action@5193049587144e6a0eae076feef0d4270843068b # v1.0.1
with:
target_branch: ${{github.ref_name}}
tag_name: ${{ steps.bump-version.outputs.next}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-PRs-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# and if clause https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsif
- name: create bosh dev release
id: create-bosh-release
uses: orange-cloudfoundry/[email protected] # will create dev release when pushed git ref is not a tag
uses: orange-cloudfoundry/create-bosh-release-action@5193049587144e6a0eae076feef0d4270843068b # v1.0.1 # will create dev release when pushed git ref is not a tag
with:
target_branch: ${{github.ref_name}}
env:
Expand Down

0 comments on commit 113b211

Please sign in to comment.