From 436cf2ff5ffcbfaabcf969759ea912ca79925935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 08:04:03 +0000 Subject: [PATCH] chore(gha): bump bonitasoft/actions from 2 to 3 (#143) --- .github/workflows/deploy-pr-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pr-preview.yml b/.github/workflows/deploy-pr-preview.yml index 5b1cf19..86584d3 100644 --- a/.github/workflows/deploy-pr-preview.yml +++ b/.github/workflows/deploy-pr-preview.yml @@ -34,7 +34,7 @@ jobs: with: name: demo-pr-${{github.event.pull_request.number}}-${{github.sha}} path: dist - - 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 }}