From 1f83111253568d542bccab22194b19c0210f54af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 08:16:22 +0000 Subject: [PATCH] build(deps): bump shopware/shopware-cli-action from 1 to 2 Bumps [shopware/shopware-cli-action](https://github.com/shopware/shopware-cli-action) from 1 to 2. - [Release notes](https://github.com/shopware/shopware-cli-action/releases) - [Commits](https://github.com/shopware/shopware-cli-action/compare/v1...v2) --- updated-dependencies: - dependency-name: shopware/shopware-cli-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-docker-image.yml | 2 +- .github/workflows/build-zip.yml | 2 +- .github/workflows/store-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 3a367ea..6ed4c62 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -32,7 +32,7 @@ jobs: run: echo "${{ secrets.ghToken }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - name: Install Shopware-CLI - uses: shopware/shopware-cli-action@v1 + uses: shopware/shopware-cli-action@v2 - name: Install Bun uses: oven-sh/setup-bun@v2 diff --git a/.github/workflows/build-zip.yml b/.github/workflows/build-zip.yml index d13a084..e0f199e 100644 --- a/.github/workflows/build-zip.yml +++ b/.github/workflows/build-zip.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install shopware-cli - uses: shopware/shopware-cli-action@v1 + uses: shopware/shopware-cli-action@v2 - name: Build run: shopware-cli extension zip "${{ inputs.path }}" --git-commit "${{ github.sha }}" --release - name: Rename diff --git a/.github/workflows/store-release.yml b/.github/workflows/store-release.yml index acb35ec..d865af1 100644 --- a/.github/workflows/store-release.yml +++ b/.github/workflows/store-release.yml @@ -44,7 +44,7 @@ jobs: # fetch all git entries for changelog generation fetch-depth: 0 - name: Install shopware-cli - uses: shopware/shopware-cli-action@v1 + uses: shopware/shopware-cli-action@v2 with: version: ${{ inputs.cliVersion }} - name: Build & create zip