Skip to content

Commit

Permalink
chore(gha): bump bonitasoft/actions from 2 to 3 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 19, 2024
1 parent 64c385d commit 9113747
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-metadata-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/surge-pr-fork-03-teardown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/surge-preview-for-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9113747

Please sign in to comment.