Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
chore(deps): update orange-cloudfoundry/bosh-release-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and o-orand committed Dec 27, 2023
1 parent aa831b7 commit c62b9fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,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/bosh-release-action@v2 # will create dev release when pushed git ref is not a tag
uses: orange-cloudfoundry/bosh-release-action@v6 # will create dev release when pushed git ref is not a tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_BOSH_ACCES_KEY_ID: ${{ secrets.AWS_BOSH_ACCES_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: create bosh release
id: create-bosh-release
uses: orange-cloudfoundry/bosh-release-action@v2
uses: orange-cloudfoundry/bosh-release-action@v6
if: success() && startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c62b9fb

Please sign in to comment.