diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9ec551a03..fc8bb1a76 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: path: "package.json" prop_path: "version" ## we check if repo contains already this tag, if not version, has changed - - uses: mukunku/tag-exists-action@v1.6.0 + - uses: mukunku/tag-exists-action@v1.7.0 id: check with: tag: ${{ steps.version.outputs.prop }}