From cba92cbd4fa0b26ef4c29bdc3b12d4123925fa5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:13:51 +0000 Subject: [PATCH] Bump mukunku/tag-exists-action from 1.2.0 to 1.4.0 Bumps [mukunku/tag-exists-action](https://github.com/mukunku/tag-exists-action) from 1.2.0 to 1.4.0. - [Release notes](https://github.com/mukunku/tag-exists-action/releases) - [Commits](https://github.com/mukunku/tag-exists-action/compare/v1.2.0...v1.4.0) --- updated-dependencies: - dependency-name: mukunku/tag-exists-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/github.yml | 2 +- .github/workflows/store-shopware-cli.yml | 2 +- .github/workflows/store.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github.yml b/.github/workflows/github.yml index 71bff67..2bba27a 100644 --- a/.github/workflows/github.yml +++ b/.github/workflows/github.yml @@ -53,7 +53,7 @@ jobs: run: | echo "EXTENSION_VERSION=$(jq ".version" composer.json -r)" >> $GITHUB_ENV - - uses: mukunku/tag-exists-action@v1.2.0 + - uses: mukunku/tag-exists-action@v1.4.0 id: checkTag with: tag: ${{ env.EXTENSION_VERSION }} diff --git a/.github/workflows/store-shopware-cli.yml b/.github/workflows/store-shopware-cli.yml index 2d8eb97..983df11 100644 --- a/.github/workflows/store-shopware-cli.yml +++ b/.github/workflows/store-shopware-cli.yml @@ -52,7 +52,7 @@ jobs: run: | echo "EXTENSION_VERSION=$(jq ".version" composer.json -r)" >> $GITHUB_ENV - - uses: mukunku/tag-exists-action@v1.2.0 + - uses: mukunku/tag-exists-action@v1.4.0 id: checkTag with: tag: ${{ env.EXTENSION_VERSION }} diff --git a/.github/workflows/store.yml b/.github/workflows/store.yml index 4adb069..5df6ba9 100644 --- a/.github/workflows/store.yml +++ b/.github/workflows/store.yml @@ -73,7 +73,7 @@ jobs: run: | echo "EXTENSION_VERSION=$(jq ".version" composer.json -r)" >> $GITHUB_ENV - - uses: mukunku/tag-exists-action@v1.2.0 + - uses: mukunku/tag-exists-action@v1.4.0 id: checkTag with: tag: ${{ env.EXTENSION_VERSION }}