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 }}