From b0e9244b525f24a7035461edefee454ea97f1c78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:03:37 +0000 Subject: [PATCH] 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 c071dc54..81d4d32e 100644 --- a/.github/workflows/on-commits.yml +++ b/.github/workflows/on-commits.yml @@ -82,7 +82,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 a5972f59..d1ec06b1 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 }}