From 97c9caf5f18d6a0c83cba4398ea84710443acbd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 13:42:55 +0000 Subject: [PATCH] Bump PrestaShopCorp/github-action-clean-before-deploy from 1.0 to 2.0 Bumps [PrestaShopCorp/github-action-clean-before-deploy](https://github.com/prestashopcorp/github-action-clean-before-deploy) from 1.0 to 2.0. - [Release notes](https://github.com/prestashopcorp/github-action-clean-before-deploy/releases) - [Commits](https://github.com/prestashopcorp/github-action-clean-before-deploy/compare/v1.0...v2.0) --- updated-dependencies: - dependency-name: PrestaShopCorp/github-action-clean-before-deploy dependency-version: '2.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 3f16d7b..3af7804 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -11,7 +11,7 @@ jobs: - name: Install composer dependencies run: composer install --no-dev -o - name: Clean-up project - uses: PrestaShopCorp/github-action-clean-before-deploy@v1.0 + uses: PrestaShopCorp/github-action-clean-before-deploy@v2.0 - name: Prepare auto-index tool run: composer global require prestashop/autoindex - name: Generate index.php