From c62b9fb029e2db4d36e9c6a5ee639d4d33cafe0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:10:05 +0000 Subject: [PATCH] chore(deps): update orange-cloudfoundry/bosh-release-action action to v6 --- .github/workflows/on-commits.yml | 2 +- .github/workflows/on-tags.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-commits.yml b/.github/workflows/on-commits.yml index efcea8ed..2a172b4d 100644 --- a/.github/workflows/on-commits.yml +++ b/.github/workflows/on-commits.yml @@ -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 }} diff --git a/.github/workflows/on-tags.yml b/.github/workflows/on-tags.yml index 15f85386..b51b9d83 100644 --- a/.github/workflows/on-tags.yml +++ b/.github/workflows/on-tags.yml @@ -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 }}