From 7f5a68deb3ce33b0c37cbd9abe0189be2cdfa121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:04:56 +0000 Subject: [PATCH] chore(gha): bump bonitasoft/actions from 2 to 3 Bumps [bonitasoft/actions](https://github.com/bonitasoft/actions) from 2 to 3. - [Release notes](https://github.com/bonitasoft/actions/releases) - [Commits](https://github.com/bonitasoft/actions/compare/v2...v3) --- updated-dependencies: - dependency-name: bonitasoft/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-metadata-checks.yml | 2 +- .github/workflows/surge-pr-fork-03-teardown.yml | 2 +- .github/workflows/surge-preview-for-pr.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-metadata-checks.yml b/.github/workflows/pr-metadata-checks.yml index 6c3e4f0..5e516d3 100644 --- a/.github/workflows/pr-metadata-checks.yml +++ b/.github/workflows/pr-metadata-checks.yml @@ -11,4 +11,4 @@ jobs: pull-requests: write # post comments when the PR title doesn't match the "Conventional Commits" rules steps: - name: Check Pull Request title - uses: bonitasoft/actions/packages/pr-title-conventional-commits@v2 + uses: bonitasoft/actions/packages/pr-title-conventional-commits@v3 diff --git a/.github/workflows/surge-pr-fork-03-teardown.yml b/.github/workflows/surge-pr-fork-03-teardown.yml index ab57c6c..5789973 100644 --- a/.github/workflows/surge-pr-fork-03-teardown.yml +++ b/.github/workflows/surge-pr-fork-03-teardown.yml @@ -20,7 +20,7 @@ jobs: deploy: # MUST be kept in sync with the job id of the deploy stage (used in the deployment URL) runs-on: ${{ vars.RUNNER_UBUNTU }} steps: - - uses: bonitasoft/actions/packages/surge-preview-tools@v2 + - uses: bonitasoft/actions/packages/surge-preview-tools@v3 id: surge-preview-tools with: surge-token: ${{ secrets.SURGE_TOKEN }} diff --git a/.github/workflows/surge-preview-for-pr.yml b/.github/workflows/surge-preview-for-pr.yml index 936a3f7..beb60c1 100644 --- a/.github/workflows/surge-preview-for-pr.yml +++ b/.github/workflows/surge-preview-for-pr.yml @@ -17,7 +17,7 @@ jobs: demo_preview: # the id is used by surge to generate the surge url runs-on: ${{ vars.RUNNER_UBUNTU || 'ubuntu-20.04' }} steps: - - uses: bonitasoft/actions/packages/surge-preview-tools@v2 + - uses: bonitasoft/actions/packages/surge-preview-tools@v3 id: surge-preview-tools with: surge-token: ${{ secrets.SURGE_TOKEN }}